Skip to content

Commit

Permalink
Move to flat ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 20, 2024
1 parent 13df208 commit c99e4d1
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 95 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import loguxConfig from '@logux/eslint-config'

export default [...loguxConfig]
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,10 @@
"postcss": "^8.2.14"
},
"devDependencies": {
"@logux/eslint-config": "^52.0.2",
"@logux/eslint-config": "^53.0.1",
"c8": "^9.1.0",
"clean-publish": "^4.4.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^2.9.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"postcss": "^8.4.38"
},
"prettier": {
Expand Down
Loading

0 comments on commit c99e4d1

Please sign in to comment.