diff --git a/.npmignore b/.npmignore index 27603c5..258cbc6 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,4 @@ +.github + /CONTRIBUTING.md /test \ No newline at end of file diff --git a/eslint-common-config.js b/eslint-common-config.js index 4170962..d5cf431 100644 --- a/eslint-common-config.js +++ b/eslint-common-config.js @@ -10,6 +10,7 @@ module.exports = { '.prettierrc.js', '.stylelintrc.js', '.lintstagedrc.js', + 'jest.config.js', ], env: { node: true, diff --git a/package-lock.json b/package-lock.json index c34b4a8..1606d41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,6 @@ "@gravity-ui/eslint-config": "^3.2.0", "@gravity-ui/prettier-config": "^1.1.0", "@gravity-ui/stylelint-config": "^4.0.1", - "@typescript-eslint/eslint-plugin": "^6.21.0", - "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1",