@yamato-daiwa/style_guides 0.6.2 → 0.6.4

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.
@@ -322,8 +322,8 @@ module.exports = {
322
322
  "no-magic-numbers": [
323
323
  "error",
324
324
  {
325
- "enforceConst": true,
326
- "ignore": [
325
+ enforceConst: true,
326
+ ignore: [
327
327
  -1,
328
328
  0,
329
329
  0.5,
@@ -150,8 +150,6 @@ module.exports = {
150
150
 
151
151
  "@typescript-eslint/no-unsafe-enum-comparison": "error",
152
152
 
153
- "@typescript-eslint/no-unsafe-type-assertion": "error",
154
-
155
153
  "no-unused-expressions": "off",
156
154
  "@typescript-eslint/no-unused-expressions": "error",
157
155
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/style_guides",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "description": "The guidelines for ESLint and Pug.",
5
5
  "engines": {
6
6
  "node": ">=18.18.0"
@@ -21,9 +21,9 @@
21
21
  "peerDependencies": {
22
22
  "@eslint-community/eslint-plugin-eslint-comments": "~4.4.0",
23
23
  "@stylistic/eslint-plugin": "~3.1.0",
24
- "@typescript-eslint/eslint-plugin": "~8.24.0",
25
- "@typescript-eslint/parser": "~8.24.0",
26
- "eslint": "~9.20.0",
24
+ "@typescript-eslint/eslint-plugin": "~8.25.0",
25
+ "@typescript-eslint/parser": "~8.25.0",
26
+ "eslint": "~9.21.0",
27
27
  "eslint-plugin-import": "2.31.0",
28
28
  "eslint-plugin-n": "~17.15.0",
29
29
  "eslint-plugin-react": "~7.37.0",
@@ -34,9 +34,9 @@
34
34
  "devDependencies": {
35
35
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
36
36
  "@stylistic/eslint-plugin": "3.1.0",
37
- "@typescript-eslint/eslint-plugin": "8.24.0",
38
- "@typescript-eslint/parser": "8.24.0",
39
- "eslint": "9.20.1",
37
+ "@typescript-eslint/eslint-plugin": "8.25.0",
38
+ "@typescript-eslint/parser": "8.25.0",
39
+ "eslint": "9.21.0",
40
40
  "eslint-plugin-import": "2.31.0",
41
41
  "eslint-plugin-n": "17.15.1",
42
42
  "eslint-plugin-react": "7.37.4",