fxa-js-client/.eslintrc

12 строки
132 B
Plaintext

{
"extends": "fxa",
"env": {
"amd": true,
"node": true
},
"rules": {
"no-path-concat": 0,
"strict": 0
}
}