react-templates/playground/.eslintrc

11 lines
139 B
Plaintext

{
"rules": {
"global-strict": 0
},
"env": {
"browser": true,
"node": true,
"amd": true
}
}