First commit
This commit is contained in:
commit
6496f2d0ab
9 changed files with 1088 additions and 0 deletions
9
.eslintrc.js
Normal file
9
.eslintrc.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
extends: ['eslint:recommended', 'plugin:@typescript-eslint/strict'],
|
||||
parser: '@typescript-eslint/parser',
|
||||
plugins: ['@typescript-eslint'],
|
||||
root: true,
|
||||
parserOptions: {
|
||||
"project": ["tsconfig.json"]
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue