mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 10:58:52 +01:00
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
|
{
|
||
|
"validateIndentation": 4,
|
||
|
"safeContextKeyword": ["_this", "widget"],
|
||
|
"requireSpaceBeforeKeywords": [
|
||
|
"else",
|
||
|
"while",
|
||
|
"catch"
|
||
|
],
|
||
|
"disallowMultipleVarDecl": "exceptUndefined",
|
||
|
"excludeFiles": ["node_modules/**", "**/*.min.js", "**/vendor/**/*.js"],
|
||
|
"fileExtensions": [".js"],
|
||
|
"preset":"airbnb"
|
||
|
}
|