pelican-mg/.eslintrc

12 lines
173 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
}
2017-11-30 02:49:39 +00:00
}