mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 21:18:24 +00:00
6ae535f57d
* Adding react-teams-tab-field-visit-mashup sample * Update to new (still Beta) Graph call to post msg * Update readme w/telemetry merged * Generated web part * Quick UI update * Now configures a tab! * Updated property panel for multiple tab handling * Roughed out new tab name properties * Added multi-tab property handling * Roughed out tab picking * Added link selection to UI * Clean up UI, property validation * Actually works configuring tabs * Split out React components * Now handles redirect query * Localized redirect message * Added documentation
30 lines
840 B
JSON
30 lines
840 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
|
|
}
|
|
} |