remove "eslint-plugin-github" and "eslint-plugin-jest"

This commit is contained in:
Ryo Ota
2022-10-15 13:23:36 +09:00
parent f3c9396853
commit dce1d6f98b
3 changed files with 3 additions and 1934 deletions

View File

@@ -1,6 +1,6 @@
{
"plugins": ["jest", "@typescript-eslint"],
// "extends": ["plugin:github/es6"],
"plugins": ["@typescript-eslint"],
"extends": [],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 9,
@@ -52,7 +52,6 @@
},
"env": {
"node": true,
"es6": true,
"jest/globals": true
"es6": true
}
}

1928
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -35,8 +35,6 @@
"@typescript-eslint/parser": "^4.33.0",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.25.0",
"eslint-plugin-github": "^4.4.0",
"eslint-plugin-jest": "^27.1.2",
"jest": "^26.6.3",
"jest-circus": "^27.5.1",
"js-yaml": "^4.1.0",