@taiga-ui/eslint-plugin-experience-next 0.405.0 → 0.407.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 +6 -1
- package/package.json +2 -2
package/index.esm.js
CHANGED
|
@@ -277,7 +277,12 @@ var recommended = defineConfig([
|
|
|
277
277
|
...parserOptions,
|
|
278
278
|
},
|
|
279
279
|
},
|
|
280
|
-
settings: {
|
|
280
|
+
settings: {
|
|
281
|
+
browserslistOpts: { env: 'modern' },
|
|
282
|
+
ignoreConditionalChecks: true,
|
|
283
|
+
lintAllEsApis: true,
|
|
284
|
+
regexp: { allowedCharacterRanges: ['all'] },
|
|
285
|
+
},
|
|
281
286
|
rules: {
|
|
282
287
|
'@stylistic/function-call-spacing': 'error',
|
|
283
288
|
'@stylistic/lines-between-class-members': [
|
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.407.0",
|
|
4
4
|
"description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"eslint-plugin-import": "^2.32.0",
|
|
28
28
|
"eslint-plugin-jest": "^29.12.2",
|
|
29
29
|
"eslint-plugin-package-json": "^0.88.2",
|
|
30
|
-
"eslint-plugin-perfectionist": "^5.
|
|
30
|
+
"eslint-plugin-perfectionist": "^5.5.0",
|
|
31
31
|
"eslint-plugin-playwright": "^2.5.1",
|
|
32
32
|
"eslint-plugin-prettier": "^5.5.5",
|
|
33
33
|
"eslint-plugin-promise": "^7.2.1",
|