diff options
author | Vitaly Takmazov | 2022-10-28 15:15:03 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 204f3762eedd8028f7d79826dc625eb31bbcb909 (patch) | |
tree | 683fbb0bdc3754f02fd8014cf52d4e26cb8ae1ad /vnext/package.json | |
parent | 6e2f663ef80a784dd9b51fae76b17c042bbb46ee (diff) |
Merge `eslint` configuration from Next version
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vnext/package.json b/vnext/package.json index 03957f0b..77585490 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -14,6 +14,7 @@ "devDependencies": { "@babel/core": "7.19.6", "@babel/eslint-parser": "^7.19.1", + "@babel/eslint-plugin": "^7.19.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "7.19.4", "@babel/preset-react": "7.18.6", @@ -25,9 +26,13 @@ "eslint": "^8.26.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-jest": "^27.1.3", + "eslint-plugin-jest-dom": "^4.0.2", + "eslint-plugin-jsdoc": "^39.3.25", + "eslint-plugin-no-floating-promise": "^1.0.2", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-testing-library": "^5.9.1", "eslint-webpack-plugin": "^3.2.0", "file-loader": "^6.2.0", "html-loader": "^4.2.0", |