From a263dc01e9d9bbb6c3cc56cfa9f3acb6bbfdc595 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 21 Mar 2022 23:25:55 +0100 Subject: Revert "update linter" This reverts commit a3b82b264141905b8d033073e2d136005fd8e32f. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 7a56fcb..c523f7b 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.0.6", + "babel-loader": "^8.2.3", "copy-webpack-plugin": "^10.2.4", "dotenv": "^16.0.0", "eslint": "^8.10.0", - "eslint-config-airbnb-base": "^14.1.0", - "eslint-plugin-import": "^2.20.2", + "eslint-config-airbnb-base": "^15.0.0", + "eslint-plugin-import": "^2.25.4", "glob": "^7.2.0", "html-webpack-plugin": "^5.5.0", "husky": "^7.0.0", -- cgit