mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 16:32:40 +00:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
|
{
|
||
|
"extends": ["strict"],
|
||
|
"globals": {
|
||
|
"document": false,
|
||
|
"window": false,
|
||
|
"$": false
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-undefined": 0
|
||
|
}
|
||
|
}
|