mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 01:03:40 +01:00
21 lines
411 B
Plaintext
21 lines
411 B
Plaintext
{
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"boss": true,
|
|
"eqnull": true,
|
|
"validthis": true,
|
|
"globals": {
|
|
"exports": true,
|
|
"module": false,
|
|
"console": true,
|
|
"document": true,
|
|
"window": true,
|
|
}
|
|
}
|