react-templates/playground/.eslintrc

11 lines
139 B
Plaintext
Raw Normal View History

2014-12-31 15:43:58 +01:00
{
"rules": {
"global-strict": 0
},
"env": {
"browser": true,
"node": true,
"amd": true
}
}