|
9 | 9 | "test:demo:browser": "yarn --cwd examples/express && yarn --cwd examples/express test", |
10 | 10 | "test:demo:nodejs": "node examples/node/index.js", |
11 | 11 | "test:demo:esm": "yarn --cwd examples/esm && yarn --cwd examples/esm start", |
| 12 | + "test:playground:vue": "yarn --cwd ./playgrounds/vue && yarn --cwd ./playgrounds/vue build", |
| 13 | + "test:playground:react": "yarn --cwd ./playgrounds/react && yarn --cwd ./playgrounds/react build", |
12 | 14 | "test:all": "yarn test && yarn test:demo", |
13 | | - "lint": "eslint --ext .js,.ts,.tsx .", |
14 | | - "lint:fix": "eslint --ext .js,.ts,.tsx --fix .", |
| 15 | + "lint": "eslint --ext .js,.ts,.tsx,.vue .", |
| 16 | + "lint:fix": "eslint --ext .js,.ts,.tsx,.vue --fix .", |
15 | 17 | "build": "rollup -c rollup.config.js && rollup --environment NODE_ENV:production -c rollup.config.js ", |
16 | 18 | "playground:vue": "yarn --cwd ./playgrounds/vue && yarn --cwd ./playgrounds/vue serve", |
17 | 19 | "playground:react": "yarn --cwd ./playgrounds/react && yarn --cwd ./playgrounds/react start" |
|
48 | 50 | "@typescript-eslint/eslint-plugin": "^4.0.0", |
49 | 51 | "@typescript-eslint/parser": "^4.0.0", |
50 | 52 | "babel-eslint": "^10.1.0", |
51 | | - "eslint": "^7.11.0", |
| 53 | + "eslint": "^7.13.0", |
52 | 54 | "eslint-config-prettier": "^6.11.0", |
53 | 55 | "eslint-config-react-app": "^6.0.0", |
54 | 56 | "eslint-config-standard": "^16.0.0", |
|
0 commit comments