pelican-mg/.eslintrc

13 lines
196 B
Plaintext
Raw Normal View History

2017-11-30 00:54:19 +00:00
{
"extends": ["strict"],
"globals": {
"document": false,
2019-02-13 19:13:31 +00:00
"langs": true,
2017-11-30 00:54:19 +00:00
"window": false,
"$": false
},
"rules": {
"no-undefined": 0
}
2017-11-30 02:49:39 +00:00
}