Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
11
Frontend-Learner/node_modules/eslint-plugin-import-x/lib/config/errors.d.ts
generated
vendored
Normal file
11
Frontend-Learner/node_modules/eslint-plugin-import-x/lib/config/errors.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
declare const _default: {
|
||||
plugins: ["import-x"];
|
||||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue