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

Commit ac1eca8

Browse files
committed
build: update eslint configs
1 parent 8d3b006 commit ac1eca8

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules/
33
!.eslintrc.js
44
!.commitlintrc.js
55
lib/
6+
dist/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dev": "yarn workspace docs dev --no-cache",
1010
"dev:docs": "yarn workspace docs dev",
1111
"postinstall": "yarn build",
12-
"lint": "lerna run lint --stream",
12+
"lint": "eslint --ext .js,.ts,.vue packages",
1313
"release": "yarn lint && yarn build && yarn test && lerna publish",
1414
"serve": "yarn workspace docs serve",
1515
"test": "jest --runInBand"

packages/docs/.eslintrc.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/docs/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"extends": "../../tsconfig.json",
3+
"include": ["./src"]
4+
}

0 commit comments

Comments
 (0)