pelican-mg/.eslintrc
2019-02-13 20:24:15 +01:00

13 lines
196 B
Plaintext
Executable File

{
"extends": ["strict"],
"globals": {
"document": false,
"langs": true,
"window": false,
"$": false
},
"rules": {
"no-undefined": 0
}
}