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