##// END OF EJS Templates
linting
linting

File last commit:

r107:e59104632d14 default
r108:d644dced936e default
Show More
tsconfig.eslint.json
9 lines | 203 B | application/json | JsonLexer
/ djx / src / tsconfig.eslint.json
cin
Working on WatchForRendition
r107 {
"extends": "./tsconfig.json",
"compilerOptions": {
// ensure that nobody can accidentally use this config for a build
"noEmit": true
},
"include": [
"ts"
]
}