Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
build: update eslint configs
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Sep 1, 2020
1 parent 8d3b006 commit ac1eca8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules/
!.eslintrc.js
!.commitlintrc.js
lib/
dist/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "yarn workspace docs dev --no-cache",
"dev:docs": "yarn workspace docs dev",
"postinstall": "yarn build",
"lint": "lerna run lint --stream",
"lint": "eslint --ext .js,.ts,.vue packages",
"release": "yarn lint && yarn build && yarn test && lerna publish",
"serve": "yarn workspace docs serve",
"test": "jest --runInBand"
Expand Down
8 changes: 0 additions & 8 deletions packages/docs/.eslintrc.js

This file was deleted.

4 changes: 4 additions & 0 deletions packages/docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "../../tsconfig.json",
"include": ["./src"]
}

0 comments on commit ac1eca8

Please sign in to comment.