Özgür ERSOY 97efa6e8cf updated react-list-form to SPFx 1.7.1, Added RichText Mode and Tinymce Editor (#791)
* Updated to SPFx 1.7.1 and dependencies, add Turkish translation

* Reformatting space&line

* Bug&Fix reset itemId

* Added RichText Mode and Tinymce Editor
2019-03-10 18:20:18 +02:00

30 lines
840 B
JSON
Executable File

{
"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
}
}