Skip to content

Commit 19d34dd

Browse files
authored
refactor(eslint): migrate to @openally/config.eslint (#80)
1 parent 46f0339 commit 19d34dd

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.eslintrc

-7
This file was deleted.

eslint.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { typescriptConfig } from "@openally/config.eslint";
2+
3+
export default typescriptConfig();

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@
3939
},
4040
"homepage": "https://github.com/NodeSecure/fs-walk#readme",
4141
"devDependencies": {
42-
"@nodesecure/eslint-config": "^1.9.0",
42+
"@openally/config.eslint": "^1.0.0",
4343
"@openally/config.typescript": "^1.0.3",
4444
"@types/node": "^20.11.28",
4545
"c8": "^9.1.0",
46-
"eslint": "^8.57.0",
4746
"glob": "^10.3.10",
4847
"tsx": "^4.7.1",
4948
"typescript": "^5.4.2"

0 commit comments

Comments
 (0)