Files

7 lines
157 B
Plaintext
Raw Permalink Normal View History

2018-06-11 11:09:35 +02:00
{
"preset": "airbnb",
"validateIndentation": 4,
"disallowTrailingComma": true,
"requireTrailingComma": false,
"excludeFiles": ["node_modules/**"]
}