Skip to content

Commit

Permalink
Remove duplicated config files for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Aug 19, 2024
1 parent b11c85a commit 1c66a05
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion eslint.config.base.js

This file was deleted.

1 change: 0 additions & 1 deletion eslint.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {
"release": "changeset publish",
"test": "eslint --config eslint.config.js . && eslint --config eslint.config.base.js .",
"test": "eslint --config index.js . && 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 1c66a05

Please sign in to comment.