Skip to content

Commit

Permalink
Update ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Mar 4, 2024
1 parent 5a288dd commit ece2c43
Show file tree
Hide file tree
Showing 3 changed files with 738 additions and 461 deletions.
10 changes: 10 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import loguxConfig from '@logux/eslint-config'

export default [
...loguxConfig,
{
rules: {
'n/global-require': 'off'
}
}
]
25 changes: 6 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,17 @@
"postcss": "^8.2.14"
},
"dependencies": {
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"postcss-js": "^4.0.1",
"postcss-simple-vars": "^7.0.1",
"sugarss": "^4.0.1"
},
"devDependencies": {
"@logux/eslint-config": "^52.0.1",
"c8": "^8.0.1",
"clean-publish": "^4.2.0",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^2.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"postcss": "^8.4.31",
"@logux/eslint-config": "^53.0.0",
"c8": "^9.1.0",
"clean-publish": "^4.3.0",
"eslint": "^8.57.0",
"postcss": "^8.4.35",
"uvu": "^0.5.6"
},
"prettier": {
Expand All @@ -63,12 +56,6 @@
"singleQuote": true,
"trailingComma": "none"
},
"eslintConfig": {
"extends": "@logux/eslint-config",
"rules": {
"n/global-require": "off"
}
},
"c8": {
"exclude": [
"**/*.test.*"
Expand Down
Loading

0 comments on commit ece2c43

Please sign in to comment.