Skip to content

Commit

Permalink
build: fix eslint config in the website
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Sep 22, 2022
1 parent 522f5ba commit c8913c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion website/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": ["custom"]
"extends": ["custom"],
"root": true
}
10 changes: 6 additions & 4 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/react-instantsearch-dom": "^6.12.2",
"@types/react-scroll": "^1.8.4",
"eslint": "^8.9.0",
"eslint-config-custom": "../packages/eslint-config-custom",
"eslint-config-custom": "file:../packages/eslint-config-custom",
"gatsby-cli": "^4.23.0",
"netlify-cli": "^11.8.0",
"prettier": "^2.7.1",
Expand Down

0 comments on commit c8913c0

Please sign in to comment.