Fixing some ESLint paths now that we're using a /vendor/ directory (#80)

This commit is contained in:
Peter deHaan 2017-06-16 09:45:23 -07:00 коммит произвёл Vlad Filippov
Родитель 704be7bc15
Коммит ae1262c421
2 изменённых файлов: 1 добавлений и 3 удалений

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

@ -1,4 +1,2 @@
src/sidebar/kinto-http.js
src/sidebar/quill.js
src/vendor/*
src/sidebar/vendor/*

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

@ -19,7 +19,7 @@
"start": "web-ext run -s src",
"build": "web-ext build -s src && unzip -l web-ext-artifacts/*.zip",
"clean": "rimraf web-ext-artifacts",
"format": "prettier 'src/**/!(kinto-http|quill*).{css,js}' --single-quote --write",
"format": "prettier 'src/**/!(vendor)/*.{css,js}' --single-quote --write",
"lint": "eslint src",
"once": "web-ext run -s src",
"postinstall": "scripts/postinstall.sh",