We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13df208 commit c99e4d1Copy full SHA for c99e4d1
eslint.config.mjs
@@ -0,0 +1,3 @@
1
+import loguxConfig from '@logux/eslint-config'
2
+
3
+export default [...loguxConfig]
package.json
@@ -38,17 +38,10 @@
38
"postcss": "^8.2.14"
39
},
40
"devDependencies": {
41
- "@logux/eslint-config": "^52.0.2",
+ "@logux/eslint-config": "^53.0.1",
42
"c8": "^9.1.0",
43
"clean-publish": "^4.4.0",
44
"eslint": "^8.57.0",
45
- "eslint-config-standard": "^17.1.0",
46
- "eslint-plugin-import": "^2.29.1",
47
- "eslint-plugin-n": "^16.6.2",
48
- "eslint-plugin-node-import": "^1.0.4",
49
- "eslint-plugin-perfectionist": "^2.9.0",
50
- "eslint-plugin-prefer-let": "^3.0.1",
51
- "eslint-plugin-promise": "^6.1.1",
52
"postcss": "^8.4.38"
53
54
"prettier": {
0 commit comments