first commit
This commit is contained in:
commit
dc354cf586
37 changed files with 8225 additions and 0 deletions
6
.eslintrc.cjs
Normal file
6
.eslintrc.cjs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"extends": ["eslint:recommended", 'plugin:@typescript-eslint/recommended'],
|
||||
"plugins": ['@typescript-eslint'],
|
||||
root: true,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue