Skip to content

Commit a9fd800

Browse files
author
Ioan Moldovan
authored
feat: upgrade to eslint v9 (#5804)
1 parent 0e00100 commit a9fd800

File tree

5 files changed

+540
-1405
lines changed

5 files changed

+540
-1405
lines changed

eslint.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import noOnlyTestsPlugin from 'eslint-plugin-no-only-tests';
44
import headerPlugin from 'eslint-plugin-header';
55
import jsdocPlugin from 'eslint-plugin-jsdoc';
66
import preferArrowPlugin from 'eslint-plugin-prefer-arrow';
7-
import importPlugin from 'eslint-plugin-import';
87
import noNullPlugin from 'eslint-plugin-no-null';
98
import localRulesPlugin from 'eslint-plugin-local-rules';
109
import eslintConfigPrettier from 'eslint-config-prettier';
@@ -17,7 +16,6 @@ const commonConfig = {
1716
header: headerPlugin,
1817
jsdoc: jsdocPlugin,
1918
'prefer-arrow': preferArrowPlugin,
20-
import: importPlugin,
2119
'no-null': noNullPlugin,
2220
'local-rules': localRulesPlugin,
2321
},
@@ -110,7 +108,6 @@ const commonConfig = {
110108
'header/header': ['error', 'block', ' ©️ 2016 - present FlowCrypt a.s. Limitations apply. Contact [email protected] '],
111109
'id-denylist': 'error',
112110
'id-match': 'error',
113-
'import/order': 'off',
114111
'jsdoc/check-alignment': 'off',
115112
'jsdoc/check-indentation': 'off',
116113
'jsdoc/newline-after-description': 'off',

0 commit comments

Comments
 (0)