зеркало из https://github.com/mozilla/notes.git
Fixing some ESLint paths now that we're using a /vendor/ directory (#80)
This commit is contained in:
Родитель
704be7bc15
Коммит
ae1262c421
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче