Dany 137526e5d4 New sample react-list-form (#373)
* Initial commit

* Create LICENSE

* readme updated

* Major extensions (more web part properties, field ordering, adding, refactoring list form rendering...)

* Updated to newest version of packages / support display field User & Lookup

* Refactored rendering of SPFormField / support more field types / Check fro local environment and notify user / Added ConfigureWebPart / Introduced showSupportedFields option

* Removed unused imports

* Use of resource strings for localization / ListForm component now not relying on web part context (just spHttpClient) / added comments / fixed bug where old values were still shown after switching to other form type or item / Moved date picer strings to localized resources

* Fixed bug where fields would not clear when switching formtype or id

* Updated Readme and added overview clip gif
2017-12-01 16:45:08 +02:00

15 lines
439 B
JSON

{
"enable": false,
"extends": "tslint:recommended",
"rules": {
"quotemark": [true, "single"],
"object-literal-sort-keys": [false],
"max-line-length": [true, 140],
"trailing-comma": [false],
"no-consecutive-blank-lines": [false],
"ordered-imports": [false],
"object-literal-shorthand": [false],
"member-ordering": [false]
},
"defaultSeverity": "warning"
}