mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
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
|
||
|
}
|
||
|
}
|