mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
21 lines
424 B
Plaintext
21 lines
424 B
Plaintext
{
|
|
"preset": "google",
|
|
"fileExtensions": [ ".js" ],
|
|
|
|
"requireParenthesesAroundIIFE": true,
|
|
"maximumLineLength": 120,
|
|
"validateLineBreaks": "LF",
|
|
"validateIndentation": 2,
|
|
|
|
"disallowKeywords": ["with"],
|
|
"disallowSpacesInsideObjectBrackets": null,
|
|
"disallowImplicitTypeConversion": ["string"],
|
|
"disallowMultipleVarDecl": null,
|
|
|
|
"safeContextKeyword": "_this",
|
|
|
|
"excludeFiles": [
|
|
"test/data/**"
|
|
]
|
|
}
|