eslint-config-azuriru 3.1.0 → 3.1.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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -62,11 +62,11 @@ 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/no-unambiguous': 'warn', // Idek what you do but sure king
65
+ 'import/unambiguous': 'warn', // Idek what you do but sure king
66
66
 
67
67
  // Static analysis
68
68
  'import/default': 'warn',
69
- 'import/enforce-node-protocol-usage': 'never',
69
+ 'import/enforce-node-protocol-usage': ['warn', 'never'],
70
70
  'import/named': 'warn',
71
71
  'import/namespace': 'warn',
72
72
  'import/no-absolute-path': 'warn',
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.0",
4
+ "version": "3.1.2",
5
5
  "main": "index.js",
6
6
  "eslintConfig": {
7
7
  "env": {