mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
git-subtree-dir: samples/react-palette-picker git-subtree-mainline: 62221196e70e7e82802cf132403bb4f15fcb6d98 git-subtree-split: dcde76ef2831679651d02494596d71e853104c57
29 lines
791 B
JSON
29 lines
791 B
JSON
{
|
|
"extends": "./node_modules/@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-with-statement": true,
|
|
"semicolon": true,
|
|
"trailing-comma": false,
|
|
"typedef": false,
|
|
"typedef-whitespace": false,
|
|
"use-named-parameter": true,
|
|
"variable-name": false,
|
|
"whitespace": false
|
|
}
|
|
} |