Skip to content

Commit

Permalink
chore: update ESLint to v8.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Feb 25, 2024
1 parent b6560e6 commit c9f29ba
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
"files.trimTrailingWhitespace": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"eslint.lintTask.options": "--cache --config eslint.config.mjs .",
"eslint.lintTask.options": "--cache .",
"eslint.experimental.useFlatConfig": true,
"eslint.options": {
"overrideConfigFile": "eslint.config.mjs",
},
"mochaExplorer.files": "{src,test}/**/*.test.js"
}
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ coverage: coverage/lcov.info
install: node_modules $(GITFILES)

lint: force install
eslint --cache --config eslint.config.mjs $(ESLINT_FLAGS) .
eslint --cache $(ESLINT_FLAGS) .
remark --quiet .

test: force compile
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/mocha": "^10.0.0",
"@types/sinon": "^17.0.0",
"c8": "^9.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"expect": "^29.6.1",
"mocha": "^10.3.0",
"remark-cli": "^12.0.0",
Expand Down

0 comments on commit c9f29ba

Please sign in to comment.