Skip to content

Commit

Permalink
workflow: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
euaaaio committed Aug 6, 2024
1 parent 61b58b2 commit 29208d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
14 changes: 14 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import eslintConfigLogux from '@logux/eslint-config/ts'

export default [
{
ignores: ['**/errors.ts']
},
...eslintConfigLogux,
{
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'no-console': 'off'
}
}
]
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,6 @@
"eslint --fix"
]
},
"eslintConfig": {
"extends": "@logux/eslint-config/ts",
"rules": {
"no-console": "off",
"@typescript-eslint/no-explicit-any": "off"
}
},
"eslintIgnore": [
"**/errors.ts"
],
"size-limit": [
{
"path": "./index.js",
Expand Down

0 comments on commit 29208d4

Please sign in to comment.