Skip to content

Commit

Permalink
feature: wisdom: eslint v9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 19, 2024
1 parent 2e6f29f commit 752a044
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
- 22.x
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.spec.js
yarn-error.log
coverage
*.config.*
3 changes: 2 additions & 1 deletion .nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"exclude": [
"**/*.spec.js",
"**/fixture",
"**/*.*.js"
"**/*.*.js",
"**/*.config.*"
],
"branches": 100,
"lines": 100,
Expand Down
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import {safeAlign} from 'eslint-plugin-putout/config';

export default safeAlign;
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"devDependencies": {
"c8": "^9.1.0",
"escover": "^4.1.0",
"eslint": "^8.1.0",
"eslint-plugin-n": "^16.0.1",
"eslint": "^9.3.0",
"eslint-plugin-putout": "^22.3.1",
"madrun": "^10.0.1",
"mock-import": "^4.0.3",
Expand Down

0 comments on commit 752a044

Please sign in to comment.