diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-21 23:21:29 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-21 23:21:29 +0100 |
| commit | a3b82b264141905b8d033073e2d136005fd8e32f (patch) | |
| tree | 0e838d2b766ffdbe77d8ddd64edf6ca921edd71d | |
| parent | f4b708599b71b6e96e86eabd4099dd61f669b4bf (diff) | |
update linter
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index c523f7b..7a56fcb 100644 --- a/package.json +++ b/package.json @@ -28,12 +28,12 @@ "@babel/core": "^7.17.5", "@babel/plugin-transform-modules-commonjs": "^7.16.8", "@babel/preset-env": "^7.16.11", - "babel-loader": "^8.2.3", + "babel-loader": "^8.0.6", "copy-webpack-plugin": "^10.2.4", "dotenv": "^16.0.0", "eslint": "^8.10.0", - "eslint-config-airbnb-base": "^15.0.0", - "eslint-plugin-import": "^2.25.4", + "eslint-config-airbnb-base": "^14.1.0", + "eslint-plugin-import": "^2.20.2", "glob": "^7.2.0", "html-webpack-plugin": "^5.5.0", "husky": "^7.0.0", |
