This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
goober-ionic/tslint.json
Morgan McMillian 0d7b714f90 Initial commit
2017-06-05 20:32:48 -07:00

12 lines
178 B
JSON

{
"rules": {
"no-duplicate-variable": true,
"no-unused-variable": [
true
]
},
"rulesDirectory": [
"node_modules/tslint-eslint-rules/dist/rules"
]
}