Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit ae1262c

Browse files
pdehaanvladikoff
authored andcommitted
Fixing some ESLint paths now that we're using a /vendor/ directory (#80)
1 parent 704be7b commit ae1262c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.eslintignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
src/sidebar/kinto-http.js
2-
src/sidebar/quill.js
31
src/vendor/*
42
src/sidebar/vendor/*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"start": "web-ext run -s src",
2020
"build": "web-ext build -s src && unzip -l web-ext-artifacts/*.zip",
2121
"clean": "rimraf web-ext-artifacts",
22-
"format": "prettier 'src/**/!(kinto-http|quill*).{css,js}' --single-quote --write",
22+
"format": "prettier 'src/**/!(vendor)/*.{css,js}' --single-quote --write",
2323
"lint": "eslint src",
2424
"once": "web-ext run -s src",
2525
"postinstall": "scripts/postinstall.sh",

0 commit comments

Comments
 (0)