27 lines
794 B
JSON
27 lines
794 B
JSON
|
{
|
||
|
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.3/includes/tsconfig-web.json",
|
||
|
"rules": {
|
||
|
"class-name": false,
|
||
|
"export-name": false,
|
||
|
"forin": false,
|
||
|
"label-position": false,
|
||
|
"member-access": true,
|
||
|
"no-arg": false,
|
||
|
"no-console": false,
|
||
|
"no-construct": false,
|
||
|
"no-duplicate-variable": true,
|
||
|
"no-eval": false,
|
||
|
"no-internal-module": true,
|
||
|
"no-shadowed-variable": true,
|
||
|
"no-switch-case-fall-through": true,
|
||
|
"no-unused-expression": true,
|
||
|
"no-use-before-declare": true,
|
||
|
"semicolon": true,
|
||
|
"trailing-comma": false,
|
||
|
"typedef": false,
|
||
|
"typedef-whitespace": false,
|
||
|
"variable-name": false,
|
||
|
"whitespace": false
|
||
|
}
|
||
|
}
|