mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
chore: removed eslint-plugin-import
Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
@ -7,10 +7,9 @@ module.exports = {
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
'plugin:prettier/recommended',
|
||||
'plugin:package-json/recommended',
|
||||
'plugin:import/recommended',
|
||||
],
|
||||
|
||||
plugins: ['prettier', 'package-json', 'import', 'simple-import-sort'],
|
||||
plugins: ['prettier', 'package-json', 'simple-import-sort'],
|
||||
|
||||
env: {
|
||||
node: true,
|
||||
@ -52,9 +51,6 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
],
|
||||
'import/named': 'error',
|
||||
'import/no-named-as-default': 'off',
|
||||
'import/namespace': 'off',
|
||||
'no-duplicate-imports': 'error',
|
||||
},
|
||||
};
|
||||
|
||||
@ -15,7 +15,6 @@
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"eslint-plugin-package-json": "^0.1.4",
|
||||
"eslint-plugin-simple-import-sort": "^10.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user