@yamato-daiwa/style_guides 0.6.5 → 0.6.7

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.
@@ -297,6 +297,7 @@ module.exports = {
297
297
  /* [ API ] Case is matters */
298
298
  exceptions: [
299
299
  "add",
300
+ "BFF",
300
301
  "id",
301
302
  "ID",
302
303
  "key",
@@ -185,6 +185,7 @@ module.exports = {
185
185
  "@typescript-eslint/no-unnecessary-qualifier": "error",
186
186
 
187
187
  "@typescript-eslint/no-unnecessary-type-assertion": "error",
188
+ "@typescript-eslint/no-unnecessary-type-conversion": "error",
188
189
 
189
190
  "no-useless-constructor": "off",
190
191
  "@typescript-eslint/no-useless-constructor": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/style_guides",
3
- "version": "0.6.5",
3
+ "version": "0.6.7",
4
4
  "description": "The guidelines for ESLint and Pug.",
5
5
  "engines": {
6
6
  "node": ">=18.18.0"
@@ -19,32 +19,32 @@
19
19
  ],
20
20
  "license": "MIT",
21
21
  "peerDependencies": {
22
- "@eslint-community/eslint-plugin-eslint-comments": "~4.4.0",
22
+ "@eslint-community/eslint-plugin-eslint-comments": "~4.5.0",
23
23
  "@stylistic/eslint-plugin": "~3.1.0",
24
- "@typescript-eslint/eslint-plugin": "~8.26.0",
25
- "@typescript-eslint/parser": "~8.26.0",
26
- "eslint": "~9.22.0",
24
+ "@typescript-eslint/eslint-plugin": "~8.31.0",
25
+ "@typescript-eslint/parser": "~8.31.0",
26
+ "eslint": "~9.26.0",
27
27
  "eslint-plugin-import": "2.31.0",
28
- "eslint-plugin-n": "~17.16.0",
28
+ "eslint-plugin-n": "~17.17.0",
29
29
  "eslint-plugin-react": "~7.37.0",
30
30
  "eslint-plugin-vue": "~9.33.0",
31
31
  "eslint-plugin-vue-pug": "~0.6.2",
32
32
  "typescript": "~5.8.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
35
+ "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
36
36
  "@stylistic/eslint-plugin": "3.1.0",
37
- "@types/react": "19.0.10",
38
- "@typescript-eslint/eslint-plugin": "8.26.0",
39
- "@typescript-eslint/parser": "8.26.0",
40
- "eslint": "9.22.0",
37
+ "@types/react": "19.1.3",
38
+ "@typescript-eslint/eslint-plugin": "8.32.0",
39
+ "@typescript-eslint/parser": "8.32.0",
40
+ "eslint": "9.26.0",
41
41
  "eslint-plugin-import": "2.31.0",
42
- "eslint-plugin-n": "17.16.2",
43
- "eslint-plugin-react": "7.37.4",
42
+ "eslint-plugin-n": "17.17.0",
43
+ "eslint-plugin-react": "7.37.5",
44
44
  "eslint-plugin-vue": "9.33.0",
45
45
  "eslint-plugin-vue-pug": "0.6.2",
46
- "react": "19.0.0",
47
- "typescript": "5.8.2",
46
+ "react": "19.1.0",
47
+ "typescript": "5.8.3",
48
48
  "vue-facing-decorator": "3.0.4"
49
49
  },
50
50
  "files": [