@frabbit/eslint-config 1.4.0 → 1.5.1
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/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -535,7 +535,7 @@ var prettier = [
|
|
|
535
535
|
var security = [
|
|
536
536
|
{
|
|
537
537
|
plugins: {
|
|
538
|
-
|
|
538
|
+
security: pluginSecurity
|
|
539
539
|
},
|
|
540
540
|
rules: {
|
|
541
541
|
"security/detect-bidi-characters": "warn",
|
|
@@ -560,7 +560,7 @@ var security = [
|
|
|
560
560
|
var sonar = [
|
|
561
561
|
{
|
|
562
562
|
plugins: {
|
|
563
|
-
|
|
563
|
+
sonar: pluginSonar
|
|
564
564
|
},
|
|
565
565
|
rules: {
|
|
566
566
|
"sonarjs/cognitive-complexity": "error",
|
package/dist/index.js
CHANGED
|
@@ -432,7 +432,7 @@ var prettier = [
|
|
|
432
432
|
var security = [
|
|
433
433
|
{
|
|
434
434
|
plugins: {
|
|
435
|
-
|
|
435
|
+
security: pluginSecurity
|
|
436
436
|
},
|
|
437
437
|
rules: {
|
|
438
438
|
"security/detect-bidi-characters": "warn",
|
|
@@ -457,7 +457,7 @@ var security = [
|
|
|
457
457
|
var sonar = [
|
|
458
458
|
{
|
|
459
459
|
plugins: {
|
|
460
|
-
|
|
460
|
+
sonar: pluginSonar
|
|
461
461
|
},
|
|
462
462
|
rules: {
|
|
463
463
|
"sonarjs/cognitive-complexity": "error",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frabbit/eslint-config",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"packageManager": "
|
|
3
|
+
"version": "1.5.1",
|
|
4
|
+
"packageManager": "npm@9.6.7",
|
|
5
5
|
"description": "ESLint config for @frabbit.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"eslint": "^8.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
41
|
-
"@typescript-eslint/parser": "^6.7.
|
|
42
|
-
"@unocss/eslint-plugin": "^0.56.
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
41
|
+
"@typescript-eslint/parser": "^6.7.3",
|
|
42
|
+
"@unocss/eslint-plugin": "^0.56.4",
|
|
43
43
|
"eslint-config-prettier": "^9.0.0",
|
|
44
44
|
"eslint-define-config": "^1.23.0",
|
|
45
45
|
"eslint-plugin-antfu": "^0.43.1",
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"eslint-plugin-yml": "^1.9.0",
|
|
57
57
|
"globals": "^13.22.0",
|
|
58
58
|
"jsonc-eslint-parser": "^2.3.0",
|
|
59
|
-
"local-pkg": "^0.
|
|
59
|
+
"local-pkg": "^0.5.0",
|
|
60
60
|
"prettier": "^3.0.3",
|
|
61
61
|
"vue-eslint-parser": "^9.3.1",
|
|
62
62
|
"yaml-eslint-parser": "^1.2.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@frabbit/prettier-config": "^2.0.0",
|
|
66
|
-
"@types/node": "^20.
|
|
66
|
+
"@types/node": "^20.8.0",
|
|
67
67
|
"bumpp": "^9.2.0",
|
|
68
68
|
"eslint": "^8.50.0",
|
|
69
69
|
"eslint-plugin-sort-keys": "^2.3.5",
|