mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
ef142fa4c1
git-subtree-dir: samples/react-teams-tabs-pnpjs git-subtree-mainline: b4e5538de2134605026a3951a08003287e1939fd git-subtree-split: b9e714670872ddf5e6a1e7b5ae0563946dd97143
30 lines
811 B
JSON
30 lines
811 B
JSON
{
|
|
"extends": "@microsoft/sp-tslint-rules/base-tslint.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-function-expression": true,
|
|
"no-internal-module": true,
|
|
"no-shadowed-variable": true,
|
|
"no-switch-case-fall-through": true,
|
|
"no-unnecessary-semicolons": true,
|
|
"no-unused-expression": true,
|
|
"no-use-before-declare": true,
|
|
"no-with-statement": true,
|
|
"semicolon": true,
|
|
"trailing-comma": false,
|
|
"typedef": false,
|
|
"typedef-whitespace": false,
|
|
"use-named-parameter": true,
|
|
"variable-name": false,
|
|
"whitespace": false
|
|
}
|
|
} |