@newsteam/eslint-config 0.0.249 → 0.0.250
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newsteam/eslint-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.250",
|
|
4
4
|
"description": "Shared config for eslint",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"types": "./dist/cjs/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"depcheck": "depcheck",
|
|
12
12
|
"lint": "npm run lint:eslint",
|
|
13
13
|
"lint:eslint": "npx eslint src --fix",
|
|
14
|
-
"prepublishOnly": "npm run clean && npm run build && npm run test && npm run clean:tests",
|
|
14
|
+
"prepublishOnly": "npm run clean && npm run build && npm run lint && npm run test && npm run clean:tests",
|
|
15
15
|
"test": "npm run test:ts && npm run depcheck && npm run test:rules",
|
|
16
16
|
"test:ts": "tsc --noEmit",
|
|
17
17
|
"test:rules": "npm run build && eslint-find-rules dist/cjs/index.js --unused --deprecated"
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"@types/eslint": "8.56.10",
|
|
59
59
|
"@types/jasmine": "5.1.4",
|
|
60
60
|
"@types/node": "20.12.12",
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
62
|
-
"@typescript-eslint/parser": "7.
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "7.10.0",
|
|
62
|
+
"@typescript-eslint/parser": "7.10.0",
|
|
63
63
|
"eslint": "^8.57.0",
|
|
64
64
|
"eslint-find-rules": "4.1.0",
|
|
65
65
|
"eslint-plugin-array-func": "4.0.0",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@stylistic/eslint-plugin": "2.1.0",
|
|
99
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
100
|
-
"@typescript-eslint/parser": "7.
|
|
99
|
+
"@typescript-eslint/eslint-plugin": "7.10.0",
|
|
100
|
+
"@typescript-eslint/parser": "7.10.0",
|
|
101
101
|
"eslint": "^8.57.0",
|
|
102
102
|
"eslint-plugin-array-func": "4.0.0",
|
|
103
103
|
"eslint-plugin-css-modules": "2.12.0",
|
|
@@ -130,4 +130,4 @@
|
|
|
130
130
|
"json-schema": "0.4.0",
|
|
131
131
|
"typescript": "5.4.5"
|
|
132
132
|
}
|
|
133
|
-
}
|
|
133
|
+
}
|