We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44526ba commit a35eed2Copy full SHA for a35eed2
.circleci/config.yml
@@ -4,4 +4,6 @@ jobs:
4
- image: cimg/node:16.11.1
5
steps:
6
- checkout
7
- - run: node --version
+ - run:
8
+ name: lint!
9
+ command: yarn lint
package.json
@@ -9,6 +9,8 @@
"scripts": {
10
"build": "yarn workspace vue-fuse build",
11
"demo": "yarn workspace demo dev",
12
+ "build:demo": "yarn workspace demo build",
13
+ "lint": "eslint --fix .",
14
"sync": "syncpack fix-mismatches && syncpack format"
15
},
16
"devDependencies": {
0 commit comments