1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-09 16:42:48 +00:00
Files
react-starter/tslint.json

7 lines
83 B
JSON

{
"extends": "tslint-config-airbnb",
"rules": {
"import-name": false
}
}