mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"extends": ["tslint-config-prettier"],
|
|
"rulesDirectory": ["node_modules/tslint-microsoft-contrib/"],
|
|
"rules": {
|
|
"promise-must-complete": true,
|
|
"react-unused-props-and-state": [
|
|
true,
|
|
{
|
|
"props-interface-regex": "Props$",
|
|
"state-interface-regex": "State$"
|
|
}
|
|
],
|
|
"react-this-binding-issue": true
|
|
}
|
|
}
|