Start linting with eslint
This commit is contained in:
parent
056acbf397
commit
f9bd128a02
15 changed files with 786 additions and 100 deletions
|
|
@ -4,6 +4,11 @@
|
|||
"strictPropertyInitialization": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "react",
|
||||
"isolatedModules": true
|
||||
"isolatedModules": true,
|
||||
"plugins": [
|
||||
{
|
||||
"name": "typescript-eslint-language-service"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue