We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f0339 commit 19d34ddCopy full SHA for 19d34dd
.eslintrc
eslint.config.mjs
@@ -0,0 +1,3 @@
1
+import { typescriptConfig } from "@openally/config.eslint";
2
+
3
+export default typescriptConfig();
package.json
@@ -39,11 +39,10 @@
39
},
40
"homepage": "https://github.com/NodeSecure/fs-walk#readme",
41
"devDependencies": {
42
- "@nodesecure/eslint-config": "^1.9.0",
+ "@openally/config.eslint": "^1.0.0",
43
"@openally/config.typescript": "^1.0.3",
44
"@types/node": "^20.11.28",
45
"c8": "^9.1.0",
46
- "eslint": "^8.57.0",
47
"glob": "^10.3.10",
48
"tsx": "^4.7.1",
49
"typescript": "^5.4.2"
0 commit comments