eslint-config-azuriru 3.1.2 → 3.1.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.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -62,7 +62,7 @@ export default defineConfig(
62
62
  'import/no-commonjs': 'off',
63
63
  'import/no-import-module-exports': 'off',
64
64
  'import/no-nodejs-modules': 'warn', // Sure?
65
- 'import/unambiguous': 'warn', // Idek what you do but sure king
65
+ 'import/unambiguous': 'off',
66
66
 
67
67
  // Static analysis
68
68
  'import/default': 'warn',
@@ -108,7 +108,7 @@ export default defineConfig(
108
108
  allowObject: false
109
109
  }],
110
110
  'import/no-default-export': 'off', // What even?
111
- 'import/no-duplicate': ['warn', {
111
+ 'import/no-duplicates': ['warn', {
112
112
  'prefer-inline': true
113
113
  }],
114
114
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eslint-config-azuriru",
3
3
  "description": "My personal INCREDIBLY OPINIONATED configs for anything ESlint.",
4
- "version": "3.1.2",
4
+ "version": "3.1.4",
5
5
  "main": "index.js",
6
6
  "eslintConfig": {
7
7
  "env": {