mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-10-31 23:07:47 +00:00
11 lines
172 B
Plaintext
Executable File
11 lines
172 B
Plaintext
Executable File
{
|
|
"extends": ["strict"],
|
|
"globals": {
|
|
"document": false,
|
|
"window": false,
|
|
"$": false
|
|
},
|
|
"rules": {
|
|
"no-undefined": 0
|
|
}
|
|
} |