pelican-mg/.eslintrc
Lucas Cimon 54b297bc30
WIP
2017-11-30 03:49:39 +01:00

12 lines
173 B
Plaintext
Executable File

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