@rebeccastevens/eslint-config 1.6.8 → 1.6.9
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 +9 -0
- package/dist/modern.mjs +9 -0
- package/package.json +1 -1
package/dist/modern.cjs
CHANGED
|
@@ -1172,6 +1172,15 @@ const settings = {
|
|
|
1172
1172
|
},
|
|
1173
1173
|
},
|
|
1174
1174
|
],
|
|
1175
|
+
"unicorn/filename-case": [
|
|
1176
|
+
"error",
|
|
1177
|
+
{
|
|
1178
|
+
cases: {
|
|
1179
|
+
kebabCase: true,
|
|
1180
|
+
pascalCase: true,
|
|
1181
|
+
},
|
|
1182
|
+
},
|
|
1183
|
+
],
|
|
1175
1184
|
// "eslint-comments/no-unlimited-disable" covers this.
|
|
1176
1185
|
"unicorn/no-abusive-eslint-disable": "off",
|
|
1177
1186
|
"unicorn/no-array-callback-reference": "off",
|
package/dist/modern.mjs
CHANGED
|
@@ -1170,6 +1170,15 @@ const settings = {
|
|
|
1170
1170
|
},
|
|
1171
1171
|
},
|
|
1172
1172
|
],
|
|
1173
|
+
"unicorn/filename-case": [
|
|
1174
|
+
"error",
|
|
1175
|
+
{
|
|
1176
|
+
cases: {
|
|
1177
|
+
kebabCase: true,
|
|
1178
|
+
pascalCase: true,
|
|
1179
|
+
},
|
|
1180
|
+
},
|
|
1181
|
+
],
|
|
1173
1182
|
// "eslint-comments/no-unlimited-disable" covers this.
|
|
1174
1183
|
"unicorn/no-abusive-eslint-disable": "off",
|
|
1175
1184
|
"unicorn/no-array-callback-reference": "off",
|