UNPKG
dadou-json-editor
Version:
latest (1.0.0)
1.0.0
Angular 8 with Electron (Typescript + SASS + Hot Reload)
github.com/maximegris/angular-electron
dadou-json-editor
/
src
/
eslintrc.config.json
7 lines
(6 loc)
•
139 B
JSON
View Raw
1
2
3
4
5
6
7
{
"extends"
:
"../eslintrc.json"
,
"parserOptions"
:
{
"project"
:
[
"src/tsconfig.app.json"
,
"src/tsconfig.spec.json"
]
}
}