@taiga-ui/eslint-plugin-experience-next 0.444.0 → 0.446.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.esm.js +1 -3
- package/package.json +4 -4
package/index.esm.js
CHANGED
|
@@ -242,9 +242,7 @@ function projectJsonExist(filename) {
|
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
const ALL_TS_JS_FILES = ['**/*.{js,mjs,ts,cjs,tsx,jsx}'];
|
|
245
|
-
const tsconfig = projectJsonExist('tsconfig.eslint.json')
|
|
246
|
-
projectJsonExist('tsconfig.json') ||
|
|
247
|
-
projectJsonExist('tsconfig.base.json');
|
|
245
|
+
const tsconfig = projectJsonExist('tsconfig.eslint.json');
|
|
248
246
|
const parserOptions = tsconfig
|
|
249
247
|
? { project: [tsconfig] }
|
|
250
248
|
: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/eslint-plugin-experience-next",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.446.0",
|
|
4
4
|
"description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smarttools/eslint-plugin-rxjs": "^1.0.22",
|
|
39
39
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
40
40
|
"@types/glob": "*",
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
42
42
|
"angular-eslint": "^20.7.0",
|
|
43
43
|
"eslint": "^9.39.2",
|
|
44
44
|
"eslint-config-prettier": "^10.1.7",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"eslint-plugin-file-progress": "^3.0.2",
|
|
50
50
|
"eslint-plugin-import": "^2.32.0",
|
|
51
51
|
"eslint-plugin-jest": "^29.15.1",
|
|
52
|
-
"eslint-plugin-package-json": "^0.91.
|
|
52
|
+
"eslint-plugin-package-json": "^0.91.1",
|
|
53
53
|
"eslint-plugin-perfectionist": "^5.7.0",
|
|
54
54
|
"eslint-plugin-playwright": "^2.10.1",
|
|
55
55
|
"eslint-plugin-prettier": "^5.5.5",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
62
62
|
"glob": "*",
|
|
63
63
|
"globals": "^17.4.0",
|
|
64
|
-
"typescript-eslint": "^8.
|
|
64
|
+
"typescript-eslint": "^8.58.0"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|