tslint-config-za
Version:
A TSLint config for ZhongAn JavaScript Style
19 lines (17 loc) • 345 B
JSON
{
"compilerOptions": {
"strictNullChecks": true,
"moduleResolution": "node",
"jsx": "react",
"noUnusedParameters": true,
"noUnusedLocals": true,
"allowSyntheticDefaultImports": true,
"target": "es6",
"skipLibCheck": true,
"plugins": [
{
"name": "typescript-tslint-plugin"
}
]
}
}