17 lines
319 B
Plaintext
17 lines
319 B
Plaintext
{
|
|
"preset": "google",
|
|
"validateIndentation": 4,
|
|
"disallowSpacesInAnonymousFunctionExpression": null,
|
|
"disallowMultipleVarDecl": null,
|
|
"maximumLineLength": {
|
|
"value": 120,
|
|
"allowComments": true,
|
|
"allowRegex": true
|
|
},
|
|
"excludeFiles": [
|
|
"dist/**",
|
|
"node_modules/**",
|
|
"tests/**"
|
|
]
|
|
}
|