configure eslintrc
This commit is contained in:
parent
b8821e96ec
commit
10c2540cff
1 changed files with 7 additions and 0 deletions
7
.eslintrc.json
Normal file
7
.eslintrc.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"root": true,
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "latest",
|
||||
"sourceType": "module"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue