@yamato-daiwa/style_guides 0.0.13 → 0.0.16
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.
|
@@ -247,7 +247,7 @@ module.exports = {
|
|
|
247
247
|
|
|
248
248
|
"@typescript-eslint/class-literal-property-style": "warn",
|
|
249
249
|
|
|
250
|
-
"@typescript-eslint/consistent-generic-constructors": [ "error", "
|
|
250
|
+
"@typescript-eslint/consistent-generic-constructors": [ "error", "type-annotation" ],
|
|
251
251
|
|
|
252
252
|
"@typescript-eslint/consistent-indexed-object-style": [ "warn", "index-signature" ],
|
|
253
253
|
|
|
@@ -369,10 +369,14 @@ module.exports = {
|
|
|
369
369
|
|
|
370
370
|
"@typescript-eslint/no-require-imports": "error",
|
|
371
371
|
|
|
372
|
-
"@typescript-eslint/prefer-for-of": "error"
|
|
372
|
+
"@typescript-eslint/prefer-for-of": "error",
|
|
373
373
|
|
|
374
374
|
|
|
375
375
|
/* --- Experimental --------------------------------------------------------------------------------------------- */
|
|
376
376
|
// "@typescript-eslint/prefer-readonly-parameter-types": "warn"
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
/* --- Disabling of basic rules --------------------------------------------------------------------------------- */
|
|
380
|
+
"consistent-return": "off"
|
|
377
381
|
}
|
|
378
382
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamato-daiwa/style_guides",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"description": "The guidelines for ESLint, Pug and Stylus.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"typescript": "4.7.4"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
23
|
-
"@typescript-eslint/parser": "5.
|
|
24
|
-
"eslint": "8.
|
|
22
|
+
"@typescript-eslint/eslint-plugin": "5.30.5",
|
|
23
|
+
"@typescript-eslint/parser": "5.30.5",
|
|
24
|
+
"eslint": "8.19.0",
|
|
25
25
|
"eslint-plugin-import": "2.26.0",
|
|
26
26
|
"eslint-plugin-node": "11.1.0",
|
|
27
|
-
"eslint-plugin-vue": "9.
|
|
28
|
-
"eslint-plugin-vue-pug": "0.5.
|
|
27
|
+
"eslint-plugin-vue": "9.2.0",
|
|
28
|
+
"eslint-plugin-vue-pug": "0.5.4"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"BasicPreset.js",
|