UNPKG

222 BJSONView Raw
1{
2 "preset": "google",
3 "maximumLineLength": 120,
4 "requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
5 "validateQuoteMarks": { "mark": "'", "escape": true },
6 "disallowMultipleVarDecl": "exceptUndefined"
7}