@yoshinani/style-guide 0.17.12 → 0.18.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/eslint/base.mjs +0 -10
- package/package.json +1 -1
package/eslint/base.mjs
CHANGED
|
@@ -109,16 +109,6 @@ export default tseslint.config(
|
|
|
109
109
|
message:
|
|
110
110
|
"TSのenumには様々な問題があります。enum as constを使用してください。",
|
|
111
111
|
},
|
|
112
|
-
{
|
|
113
|
-
selector: "ForInStatement",
|
|
114
|
-
message:
|
|
115
|
-
"for文は使わず、forEach、map、filterなどを使用してください。",
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
selector: "ForOfStatement",
|
|
119
|
-
message:
|
|
120
|
-
"for文は使わず、forEach、map、filterなどを使用してください。",
|
|
121
|
-
},
|
|
122
112
|
{
|
|
123
113
|
selector: "LabeledStatement",
|
|
124
114
|
message:
|