chore(jscs): exclude firefox files
This commit is contained in:
Родитель
de8dac0839
Коммит
b0843065bb
2
.jscsrc
2
.jscsrc
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"preset": "google",
|
||||
"fileExtensions": [".js", ".jsm"],
|
||||
"excludeFiles": ["test/lib/httpd.js", "test/test-httpd.js", "logs/**", "node_modules/**", "data/content/**"],
|
||||
"excludeFiles": ["test/lib/httpd.js", "test/test-httpd.js", "logs/**", "node_modules/**", "data/content/**", "firefox/**"],
|
||||
"maximumLineLength": false,
|
||||
"esnext": true,
|
||||
"validateQuoteMarks": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче