mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
417376a1d4
* 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
9 lines
262 B
JSON
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
|
|
}
|
|
} |