pelican-mg/.eslintrc

11 lines
172 B
Plaintext
Raw Normal View History

2017-11-30 00:54:19 +00:00
{
"extends": ["strict"],
"globals": {
"document": false,
"window": false,
"$": false
},
"rules": {
"no-undefined": 0
}
}