tagfer-app/.eslintrc
2018-12-26 21:17:10 -08:00

9 lines
103 B
Plaintext

{
"extends": "rallycoding",
"rules": {
"max-len": 0
},
"globals": {
"fetch": true
}
}