@mikey-pro/eslint-config 2.5.3 → 2.5.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.
Files changed (2) hide show
  1. package/index.cjs +0 -1
  2. package/package.json +1 -1
package/index.cjs CHANGED
@@ -126,7 +126,6 @@ module.exports = {
126
126
  {
127
127
  alphabetize: {
128
128
  order: 'asc',
129
- caseInsensitive: true,
130
129
  },
131
130
  'newlines-between': 'always',
132
131
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.cjs",
6
6
  "dependencies": {