pelican-mg/.eslintrc

13 lines
196 B
Plaintext
Raw Normal View History

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