Skip to content

Commit c99e4d1

Browse files
committed
Move to flat ESLint config
1 parent 13df208 commit c99e4d1

File tree

3 files changed

+274
-95
lines changed

3 files changed

+274
-95
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import loguxConfig from '@logux/eslint-config'
2+
3+
export default [...loguxConfig]

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,10 @@
3838
"postcss": "^8.2.14"
3939
},
4040
"devDependencies": {
41-
"@logux/eslint-config": "^52.0.2",
41+
"@logux/eslint-config": "^53.0.1",
4242
"c8": "^9.1.0",
4343
"clean-publish": "^4.4.0",
4444
"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",
5245
"postcss": "^8.4.38"
5346
},
5447
"prettier": {

0 commit comments

Comments
 (0)