File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import { fileURLToPath } from 'node:url'
2222
2323import plugin_js from '@eslint/js'
2424import config_love from 'eslint-config-love'
25- import plugin_editorconfig from 'eslint-plugin-editorconfig'
2625import plugin_import from 'eslint-plugin-import'
2726import plugin_jsdoc from 'eslint-plugin-jsdoc'
2827import plugin_header from 'eslint-plugin-license-header'
@@ -51,12 +50,9 @@ export default [
5150 'import' : plugin_import ,
5251 'simple-import-sort' : plugin_simpleImportSort ,
5352 'license-header' : plugin_header ,
54- 'editorconfig' : plugin_editorconfig ,
5553 'n' : plugin_n ,
5654 } ,
5755 rules : {
58- ...plugin_editorconfig . configs . all . rules ,
59- 'editorconfig/indent' : 'off' ,
6056 'n/prefer-node-protocol' : 'error' ,
6157 'sort-imports' : 'off' ,
6258 'import/order' : [
You can’t perform that action at this time.
0 commit comments