mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 22:03:20 +00:00
11 lines
158 B
JSON
11 lines
158 B
JSON
{
|
|
"extends": [
|
|
"tslint:latest",
|
|
"tslint-config-prettier"
|
|
],
|
|
"rules": {
|
|
"prefer-conditional-expression": false,
|
|
"quotemark": false
|
|
}
|
|
}
|