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 6871e7f commit 6037a45Copy full SHA for 6037a45
1 file changed
packages/apps-engine/package.json
@@ -43,11 +43,8 @@
43
".:build:clean": "rimraf definition lib",
44
".:build:default": "tsc -p tsconfig.json",
45
"dev": "yarn .:build:default --watch",
46
- ".:eslint:fix": "eslint --fix .",
47
- ".:lint:eslint": "eslint .",
48
- "fix-lint": "yarn .:eslint:fix",
49
"gen-doc": "typedoc",
50
- "lint": "yarn .:lint:eslint",
+ "lint": "yarn eslint .",
51
"typecheck": "tsc -p tsconfig.json --noEmit"
52
},
53
"nyc": {
0 commit comments