@rebeccastevens/eslint-config 2.0.2 → 2.0.3
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/modern.cjs +1 -1
- package/dist/modern.mjs +1 -1
- package/package.json +21 -21
package/dist/modern.cjs
CHANGED
|
@@ -1140,7 +1140,7 @@ const settings$1 = {
|
|
|
1140
1140
|
extends: ["plugin:sonarjs/recommended"],
|
|
1141
1141
|
rules: {
|
|
1142
1142
|
"sonarjs/cognitive-complexity": "off",
|
|
1143
|
-
"sonarjs/no-duplicate-string": ["error", 5],
|
|
1143
|
+
"sonarjs/no-duplicate-string": ["error", { threshold: 5 }],
|
|
1144
1144
|
"sonarjs/no-small-switch": "off",
|
|
1145
1145
|
"sonarjs/no-useless-cast": "off",
|
|
1146
1146
|
"sonarjs/max-switch-cases": "off",
|
package/dist/modern.mjs
CHANGED
|
@@ -1138,7 +1138,7 @@ const settings$1 = {
|
|
|
1138
1138
|
extends: ["plugin:sonarjs/recommended"],
|
|
1139
1139
|
rules: {
|
|
1140
1140
|
"sonarjs/cognitive-complexity": "off",
|
|
1141
|
-
"sonarjs/no-duplicate-string": ["error", 5],
|
|
1141
|
+
"sonarjs/no-duplicate-string": ["error", { threshold: 5 }],
|
|
1142
1142
|
"sonarjs/no-small-switch": "off",
|
|
1143
1143
|
"sonarjs/no-useless-cast": "off",
|
|
1144
1144
|
"sonarjs/max-switch-cases": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebeccastevens/eslint-config",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "My ESLint shareable config.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint config"
|
|
@@ -67,55 +67,55 @@
|
|
|
67
67
|
"deepmerge-ts": "^5.1.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@commitlint/cli": "17.6.
|
|
71
|
-
"@commitlint/config-conventional": "17.6.
|
|
70
|
+
"@commitlint/cli": "17.6.7",
|
|
71
|
+
"@commitlint/config-conventional": "17.6.7",
|
|
72
72
|
"@cspell/dict-cryptocurrencies": "3.0.1",
|
|
73
|
-
"@rollup/plugin-commonjs": "25.0.
|
|
73
|
+
"@rollup/plugin-commonjs": "25.0.3",
|
|
74
74
|
"@rollup/plugin-node-resolve": "15.1.0",
|
|
75
75
|
"@rollup/plugin-typescript": "11.1.2",
|
|
76
76
|
"@semantic-release/changelog": "6.0.3",
|
|
77
77
|
"@semantic-release/commit-analyzer": "10.0.1",
|
|
78
78
|
"@semantic-release/git": "10.0.1",
|
|
79
|
-
"@semantic-release/github": "9.0.
|
|
79
|
+
"@semantic-release/github": "9.0.4",
|
|
80
80
|
"@semantic-release/npm": "10.0.4",
|
|
81
81
|
"@semantic-release/release-notes-generator": "11.0.4",
|
|
82
|
-
"@types/eslint": "8.44.
|
|
82
|
+
"@types/eslint": "8.44.2",
|
|
83
83
|
"@types/eslint-config-prettier": "6.11.0",
|
|
84
84
|
"@types/eslint-plugin-prettier": "3.1.0",
|
|
85
85
|
"@types/node": "18.11.9",
|
|
86
86
|
"@types/rollup-plugin-auto-external": "2.0.2",
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
88
|
-
"@typescript-eslint/parser": "6.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "6.2.1",
|
|
88
|
+
"@typescript-eslint/parser": "6.2.1",
|
|
89
89
|
"commitizen": "4.3.0",
|
|
90
|
-
"cspell": "6.31.
|
|
90
|
+
"cspell": "6.31.2",
|
|
91
91
|
"cz-conventional-changelog": "3.3.0",
|
|
92
|
-
"eslint": "8.
|
|
93
|
-
"eslint-config-prettier": "
|
|
92
|
+
"eslint": "8.46.0",
|
|
93
|
+
"eslint-config-prettier": "9.0.0",
|
|
94
94
|
"eslint-import-resolver-typescript": "3.5.5",
|
|
95
95
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
96
|
-
"eslint-plugin-functional": "
|
|
97
|
-
"eslint-plugin-import": "2.
|
|
98
|
-
"eslint-plugin-jsdoc": "46.4.
|
|
99
|
-
"eslint-plugin-markdown": "3.0.
|
|
96
|
+
"eslint-plugin-functional": "6.0.0",
|
|
97
|
+
"eslint-plugin-import": "2.28.0",
|
|
98
|
+
"eslint-plugin-jsdoc": "46.4.6",
|
|
99
|
+
"eslint-plugin-markdown": "3.0.1",
|
|
100
100
|
"eslint-plugin-n": "16.0.1",
|
|
101
101
|
"eslint-plugin-optimize-regex": "1.2.1",
|
|
102
102
|
"eslint-plugin-prettier": "5.0.0",
|
|
103
103
|
"eslint-plugin-promise": "6.1.1",
|
|
104
|
-
"eslint-plugin-sonarjs": "0.
|
|
105
|
-
"eslint-plugin-unicorn": "
|
|
104
|
+
"eslint-plugin-sonarjs": "0.20.0",
|
|
105
|
+
"eslint-plugin-unicorn": "48.0.1",
|
|
106
106
|
"husky": "8.0.3",
|
|
107
|
-
"knip": "2.
|
|
107
|
+
"knip": "2.19.0",
|
|
108
108
|
"lint-staged": "13.2.3",
|
|
109
109
|
"markdownlint-cli": "0.35.0",
|
|
110
|
-
"prettier": "3.0.
|
|
110
|
+
"prettier": "3.0.1",
|
|
111
111
|
"prettier-plugin-packagejson": "2.4.5",
|
|
112
112
|
"rimraf": "5.0.1",
|
|
113
|
-
"rollup": "3.
|
|
113
|
+
"rollup": "3.27.2",
|
|
114
114
|
"rollup-plugin-auto-external": "2.0.0",
|
|
115
115
|
"semantic-release": "21.0.7",
|
|
116
116
|
"ts-node": "10.9.1",
|
|
117
117
|
"tsconfig-paths": "4.2.0",
|
|
118
|
-
"tslib": "2.6.
|
|
118
|
+
"tslib": "2.6.1",
|
|
119
119
|
"typescript": "5.1.6"
|
|
120
120
|
},
|
|
121
121
|
"peerDependencies": {
|