@mimica/eslint-config 3.6.2 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.mjs +1 -1
- package/package.json +7 -5
package/index.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import js from "@eslint/js";
|
|
|
2
2
|
import { FlatCompat } from "@eslint/eslintrc";
|
|
3
3
|
|
|
4
4
|
import babelParser from "@babel/eslint-parser";
|
|
5
|
-
import eslintComments from "eslint-plugin-eslint-comments";
|
|
5
|
+
import eslintComments from "@eslint-community/eslint-plugin-eslint-comments";
|
|
6
6
|
import unicorn from "eslint-plugin-unicorn";
|
|
7
7
|
import sonarjs from "eslint-plugin-sonarjs";
|
|
8
8
|
import promise from "eslint-plugin-promise";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mimica/eslint-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"description": "Mimica eslint config",
|
|
5
5
|
"main": "index.mjs",
|
|
6
6
|
"module": "index.mjs",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"homepage": "https://github.com/mimica/eslint-config#readme",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@babel/eslint-parser": "^7.24.5",
|
|
29
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
29
30
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
30
|
-
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
31
31
|
"eslint-plugin-import": "2.31.0",
|
|
32
32
|
"eslint-plugin-inker": "^2.2.2",
|
|
33
33
|
"eslint-plugin-promise": "^7.1.0",
|
|
34
|
-
"eslint-plugin-sonarjs": "^
|
|
35
|
-
"eslint-plugin-unicorn": "^
|
|
34
|
+
"eslint-plugin-sonarjs": "^4.0.2",
|
|
35
|
+
"eslint-plugin-unicorn": "^63.0.0",
|
|
36
36
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
@@ -42,6 +42,8 @@
|
|
|
42
42
|
"eslint-config-airbnb-base": {
|
|
43
43
|
"eslint": "^9"
|
|
44
44
|
},
|
|
45
|
-
"eslint-plugin-import":
|
|
45
|
+
"eslint-plugin-import": {
|
|
46
|
+
".": "$eslint-plugin-import"
|
|
47
|
+
}
|
|
46
48
|
}
|
|
47
49
|
}
|