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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-gristow",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Eslint settings for Greg Ristow",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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.)