Andrew Koltyakov 417376a1d4 Facebook Page Social Plugin web part sample (#607)
* Facebook plugin: initial commit

* Facebook plugin: TSLint config

* Facebook plugin: VSCode config

* Facebook plugin: webpart draft

* Facebook plugin: webpart settings

* Facebook plugin: webpart properties update

* Facebook plugin: readme
2018-09-10 13:11:45 +03:00

9 lines
262 B
JSON

{
"extends": ["tslint-config-standard", "tslint-react", "./config/tslint.json"],
"rules": {
"space-before-function-paren": false,
"semicolon": [ true, "always", "ignore-interfaces" ],
"jsx-no-multiline-js": false,
"jsx-no-lambda": false
}
}