1
0
mirror of https://github.com/malumantovanelli/econocart.git synced 2024-07-05 00:40:15 +00:00
econocart/tslint.json
Yago Souza Santos 1db5df3b35 Commit 001
Started ionic project, include the models to project.
2017-04-03 17:33:18 -03:00

12 lines
178 B
JSON

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