eslint-config-gristow 2.0.8 → 2.0.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/package.json +1 -1
- package/rules/shared-rules.cjs +1 -0
package/package.json
CHANGED
package/rules/shared-rules.cjs
CHANGED
|
@@ -144,6 +144,7 @@ module.exports = {
|
|
|
144
144
|
custom: {
|
|
145
145
|
regex: '[a-zA-Z]+(_[a-zA-Z\\d]+)*',
|
|
146
146
|
},
|
|
147
|
+
format: ['camelCase', 'strictCamelCase', 'PascalCase', 'snake_case', 'UPPER_CASE'],
|
|
147
148
|
},
|
|
148
149
|
// Make sure types and interfaces are in PascalCase. (Also applies
|
|
149
150
|
// to classes.)
|