pelican-mg/.eslintrc

11 lines
172 B
Plaintext
Raw Normal View History

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