chore(jscs): exclude firefox files

This commit is contained in:
Ricky Rosario 2016-02-12 13:30:30 -05:00
Родитель de8dac0839
Коммит b0843065bb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,