pinch-zoom-element/tslint.json
2018-11-09 12:40:51 -08:00

18 lines
366 B
JSON

{
"extends": [
"tslint-config-airbnb",
"tslint-react"
],
"rules": {
"function-name": false,
"variable-name": [true, "check-format", "allow-leading-underscore"],
"no-duplicate-imports": false,
"prefer-template": [true, "allow-single-concat"],
"import-name": false
},
"linterOptions": {
"exclude": [
"build"
]
}
}