Skip to content

Commit ff159a0

Browse files
committed
Stop using outdated plugin
1 parent dd07cc9 commit ff159a0

File tree

3 files changed

+0
-69
lines changed

3 files changed

+0
-69
lines changed

.eslintrc.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@ module.exports = {
3535
"@typescript-eslint/await-thenable": "error",
3636
}
3737
},
38-
{
39-
"plugins": [
40-
"json"
41-
],
42-
"files": [
43-
"*.json",
44-
],
45-
"rules": {
46-
"json/*": ["error"]
47-
}
48-
}
4938
],
5039
"parserOptions": {
5140
"ecmaVersion": "latest",

package-lock.json

Lines changed: 0 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"@typescript-eslint/parser": "^7.1.0",
3030
"eslint": "^8.57.0",
3131
"eslint-config-prettier": "^9.0.0",
32-
"eslint-plugin-json": "^3.1.0",
3332
"eslint-plugin-prefer-arrow": "^1.2.3",
3433
"gh-pages": "^6.0.0",
3534
"husky": "^9.0.7",

0 commit comments

Comments
 (0)