use eslint
This commit is contained in:
parent
c7650846a2
commit
84df0714d8
13 changed files with 482 additions and 186 deletions
13
packages/backend/jsconfig.json
Normal file
13
packages/backend/jsconfig.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"jspm_packages",
|
||||
"tmp",
|
||||
"temp"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue