mirror of https://github.com/astrit/css.gg.git
19 lines
518 B
JSON
19 lines
518 B
JSON
{
|
|
"extends": ["tslint-react", "tslint-plugin-prettier", "tslint-config-prettier"],
|
|
"rules": {
|
|
"prettier": true,
|
|
"semicolon": false,
|
|
"no-floating-promises": false,
|
|
"no-any": true,
|
|
"ordered-imports": false,
|
|
"file-name-casing": false,
|
|
"no-implicit-dependencies": [true, "react-hot-loader", "@"],
|
|
"jsx-no-lambda": false,
|
|
"react-this-binding-issue": false,
|
|
"promise-must-complete": false,
|
|
"no-use-before-declare": false,
|
|
"no-namespace": false,
|
|
"jsx-key": false
|
|
}
|
|
}
|