Skip to content

Commit

Permalink
enable linting in IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Jul 7, 2023
1 parent 4115c28 commit bc19d3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "."
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"scripts": {
"release": "changeset publish",
"test": "eslint --config index.js . && eslint --config base.js .",
"test": "eslint . && eslint --config base.js .",
"changeset-version": "changeset version && prettier --write ."
},
"homepage": "https://github.com/seek-oss/eslint-config-seek#readme",
Expand Down

0 comments on commit bc19d3d

Please sign in to comment.