@innovixx/eslint-config 3.0.1 → 3.0.2

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.
@@ -351,7 +351,7 @@ const styleRules = {
351
351
  'no-spaced-func': 'error',
352
352
 
353
353
  // disallow tab characters entirely
354
- 'no-tabs': 'error',
354
+ 'no-tabs': 'off',
355
355
 
356
356
  // disallow the use of ternary operators
357
357
  'no-ternary': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovixx/eslint-config",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "main": "configs/index.mjs",
5
5
  "repository": "git@github.com:innovixx/eslint-config.git",
6
6
  "description": "Opinionated ESLint config for JavaScript developers",