Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 5, 2024
1 parent b93a3c1 commit b752162
Show file tree
Hide file tree
Showing 5 changed files with 395 additions and 161 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

8 changes: 0 additions & 8 deletions .eslintrc

This file was deleted.

16 changes: 16 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import loguxConfig from '@logux/eslint-config'

/** @type {import('eslint').Linter.FlatConfig[]} */
export default [
{
ignores: ['test/package/**']
},
...loguxConfig,
{
rules: {
'n/global-require': 'off',
'no-console': 'off',
'prefer-let/prefer-let': 'off'
}
}
]
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,10 @@
"micromatch": "^4.0.5"
},
"devDependencies": {
"@logux/eslint-config": "^52.0.2",
"@logux/eslint-config": "^53.0.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-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"ts-json-schema-generator": "^1.5.0",
"tsx": "^4.7.1",
"tsx": "^4.7.2",
"uvu": "^0.5.6"
}
}
Loading

0 comments on commit b752162

Please sign in to comment.