Skip to content

Commit

Permalink
fix: revert eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
fivestar committed Jun 23, 2024
1 parent e582407 commit 9731455
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"eject": "react-scripts eject",
"copy-build": "cp -r build/* ../jekyll/assets/app && cp build/asset-manifest.json ../jekyll/_data/"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
"lint": "eslint .",
"bundle-install": "cd jekyll && bundle install"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@shopify/prettier-plugin-liquid": "^1.5.0",
Expand Down

0 comments on commit 9731455

Please sign in to comment.