diff options
author | moisseev <moiseev@mezonplus.ru> | 2024-07-18 17:30:45 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2024-07-18 17:30:45 +0300 |
commit | b4c2c5c07ca44a28a59363f6804bc28378d50c88 (patch) | |
tree | 59f7f17ecb6cdf06c8e04d3393d6d239b6862c6f /package.json | |
parent | cc32ef81407e0b43751d914b19ea1f6da07781b4 (diff) | |
download | rspamd-b4c2c5c07ca44a28a59363f6804bc28378d50c88.tar.gz rspamd-b4c2c5c07ca44a28a59363f6804bc28378d50c88.zip |
[Test] Migrate ESLint to 9.7.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/package.json b/package.json index dd1bca360..58fc7ba62 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,9 @@ { "devDependencies": { - "eslint": "*", "@stylistic/eslint-plugin": "*", + "eslint": "^9.7.0", + "postcss-html": "*", "stylelint": ">=13.6.0", - "stylelint-config-standard": "*", - "postcss-html": "*" - }, - "eslintIgnore": [ - "*.min.js", - "index.html", - "prism.js" - ] + "stylelint-config-standard": "*" + } } |