mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-24 06:43:46 +00:00
13 lines
353 B
Text
13 lines
353 B
Text
{
|
|
"validateIndentation": 4,
|
|
"safeContextKeyword": ["_this", "widget"],
|
|
"requireSpaceBeforeKeywords": [
|
|
"else",
|
|
"while",
|
|
"catch"
|
|
],
|
|
"disallowMultipleVarDecl": "exceptUndefined",
|
|
"excludeFiles": ["node_modules/**", "**/*.min.js", "**/vendor/**/*.js"],
|
|
"fileExtensions": [".js"],
|
|
"preset":"airbnb"
|
|
}
|