eslint-config-azuriru 3.3.8 → 3.3.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.
Files changed (2) hide show
  1. package/index.js +4 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -575,7 +575,10 @@ export default defineConfig(
575
575
  'warn',
576
576
  {
577
577
  before: false,
578
- after: true
578
+ after: true,
579
+ overrides: {
580
+ arrow: 'ignore'
581
+ }
579
582
  }
580
583
  ],
581
584
  '@stylistic/type-generic-spacing': [
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.3.8",
4
+ "version": "3.3.9",
5
5
  "main": "index.js",
6
6
  "eslintConfig": {
7
7
  "env": {