Skip to content

Commit

Permalink
refactor(eslint): migrate to @openally/config.eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Aug 13, 2024
1 parent 46f0339 commit 4bf8120
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .eslintrc

This file was deleted.

3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { typescriptConfig } from "@openally/config.eslint";

export default typescriptConfig();
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@
},
"homepage": "https://github.com/NodeSecure/fs-walk#readme",
"devDependencies": {
"@nodesecure/eslint-config": "^1.9.0",
"@openally/config.eslint": "^1.0.0",
"@openally/config.typescript": "^1.0.3",
"@types/node": "^20.11.28",
"c8": "^9.1.0",
"eslint": "^8.57.0",
"glob": "^10.3.10",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
Expand Down

0 comments on commit 4bf8120

Please sign in to comment.