@innovixx/eslint-config 3.0.0-alpha.2 → 3.0.0-alpha.3
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.
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import tsPlugin from '@typescript-eslint/eslint-plugin';
|
|
2
2
|
import tsParser from '@typescript-eslint/parser';
|
|
3
|
-
import * as tsImportResolver from 'eslint-import-resolver-typescript';
|
|
4
3
|
import typeScriptSettings from './settings/typescript.mjs';
|
|
5
4
|
import variableRules from './rules/variables.mjs';
|
|
6
5
|
import { deepMerge } from '../../deepMerge.mjs';
|
|
@@ -17,7 +16,6 @@ export const index = deepMerge(
|
|
|
17
16
|
{
|
|
18
17
|
plugins: {
|
|
19
18
|
'@typescript-eslint': tsPlugin,
|
|
20
|
-
'eslint-import-resolver-typescript': tsImportResolver,
|
|
21
19
|
},
|
|
22
20
|
},
|
|
23
21
|
{
|
package/package.json
CHANGED