Skip to content

Commit bec42aa

Browse files
committed
include docs on lint process
1 parent 152f787 commit bec42aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"build:docs": "babel-node build/server/build-docs.js --presets es2015,stage-0",
3737
"build:lib": "babel-node build/server/build-lib.js --presets es2015,stage-0",
3838
"build": "rm -rf dist && npm run build:docs && npm run build:lib",
39-
"lint": "eslint --ext .js,.vue --fix src",
39+
"lint": "eslint --ext .js,.vue --fix src docs",
4040
"release": "bash build/release.sh"
4141
},
4242
"dependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@ is-plain-object@^2.0.1:
27462746

27472747
is-posix-bracket@^0.1.0:
27482748
version "0.1.1"
2749-
resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
2749+
resolved "http://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
27502750

27512751
is-primitive@^2.0.0:
27522752
version "2.0.0"

0 commit comments

Comments
 (0)