mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 13:53:11 +00:00
tslint - Disable prefer-conditional-expression
This commit is contained in:
+4
-1
@@ -2,5 +2,8 @@
|
||||
"extends": [
|
||||
"tslint:latest",
|
||||
"tslint-config-prettier"
|
||||
]
|
||||
],
|
||||
"rules": {
|
||||
"prefer-conditional-expression": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user