diff options
author | Vitaly Takmazov | 2020-10-11 23:43:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-10-11 23:43:12 +0300 |
commit | 3a85208bbd5444814794b66d54b40c49f2aa8f08 (patch) | |
tree | 89322c00ed6db277998066ca93394320059978cc /package.json | |
parent | 4dd89bc86c5223ee40ccc8ddb4d21aa6d5e5b64e (diff) |
eslint-loader->eslint-webpack-plugin
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b81c639a..a8b9d821 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "core-js": "^3.6.5", "css-loader": "^4.3.0", "eslint": "7.11.0", - "eslint-loader": "4.0.2", "eslint-plugin-only-ascii": "0.0.0", + "eslint-webpack-plugin": "^2.1.0", "file-loader": "^6.1.1", "mini-css-extract-plugin": "^1.0.0", "optimize-css-assets-webpack-plugin": "^5.0.4", |