diff --git a/.storybook/main.js b/.storybook/main.js index 54d0525b497..d9f705e0ddd 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -7,7 +7,6 @@ const webpack = require('webpack'); const svgoConfig = require('../.svgo.config.js'); -const ESLintPlugin = require('eslint-webpack-plugin'); const docs = process.env.BROWSER ? process.env.BROWSER.toUpperCase() !== 'IE11' : true; module.exports = { @@ -39,8 +38,7 @@ module.exports = { config.plugins.push( new webpack.DefinePlugin({ PACKAGE_VERSION: JSON.stringify('storybook') - }), - new ESLintPlugin({ emitWarning: true, extensions: '.tsx' }) + }) ); return config; diff --git a/package.json b/package.json index 1292ba54a87..574af404f5d 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,6 @@ "eslint-plugin-notice": "0.9.10", "eslint-plugin-react": "7.29.4", "eslint-plugin-react-hooks": "4.4.0", - "eslint-webpack-plugin": "3.1.1", "execa": "5.1.1", "fork-ts-checker-webpack-plugin": "7.2.7", "fuzzy": "0.1.3", diff --git a/yarn.lock b/yarn.lock index 5ecd2977a33..f48a753a9c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6702,14 +6702,6 @@ "@types/estree" "*" "@types/json-schema" "*" -"@types/eslint@^7.28.2": - version "7.29.0" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78" - integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng== - dependencies: - "@types/estree" "*" - "@types/json-schema" "*" - "@types/estree@*", "@types/estree@^0.0.50": version "0.0.50" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83" @@ -12151,17 +12143,6 @@ eslint-visitor-keys@^3.3.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== -eslint-webpack-plugin@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz#83dad2395e5f572d6f4d919eedaa9cf902890fcb" - integrity sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg== - dependencies: - "@types/eslint" "^7.28.2" - jest-worker "^27.3.1" - micromatch "^4.0.4" - normalize-path "^3.0.0" - schema-utils "^3.1.1" - eslint@8.13.0: version "8.13.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.13.0.tgz#6fcea43b6811e655410f5626cfcf328016badcd7" @@ -15874,15 +15855,6 @@ jest-worker@^27.0.6: merge-stream "^2.0.0" supports-color "^8.0.0" -jest-worker@^27.3.1: - version "27.4.5" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.4.5.tgz#d696e3e46ae0f24cff3fa7195ffba22889262242" - integrity sha512-f2s8kEdy15cv9r7q4KkzGXvlY0JTcmCbMHZBfSQDwW77REr45IDWwd0lksDFeVHH2jJ5pqb90T77XscrjeGzzg== - dependencies: - "@types/node" "*" - merge-stream "^2.0.0" - supports-color "^8.0.0" - jest-worker@^28.1.0: version "28.1.0" resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-28.1.0.tgz#ced54757a035e87591e1208253a6e3aac1a855e5"