remote-newtab/.jscsrc

11 строки
194 B
Plaintext

{
"fileExtensions": [".js"],
"esnext": true,
"validateQuoteMarks": true,
"maximumLineLength": 120,
"excludeFiles": [
"node_modules/**",
"src/lib/platform-placeholder.js"
]
}