first commit
This commit is contained in:
10
node_modules/eslint-plugin-import-x/lib/config/flat/errors.d.ts
generated
vendored
Normal file
10
node_modules/eslint-plugin-import-x/lib/config/flat/errors.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare const _default: {
|
||||
rules: {
|
||||
'import-x/no-unresolved': 2;
|
||||
'import-x/named': 2;
|
||||
'import-x/namespace': 2;
|
||||
'import-x/default': 2;
|
||||
'import-x/export': 2;
|
||||
};
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user