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 22e109c commit a2324b7Copy full SHA for a2324b7
javascript/package.json
@@ -16,8 +16,8 @@
16
"scripts": {
17
"build": "tsc --build tsconfig.build.json",
18
"clean": "rm -rf dist",
19
- "fix": "eslint --ext ts --max-warnings 0 --fix src && prettier --write src",
20
- "lint": "eslint --ext ts --max-warnings 0 && prettier --check src",
+ "fix": "eslint --ext ts --max-warnings 0 src --fix src && prettier --write src",
+ "lint": "eslint --ext ts --max-warnings 0 src && prettier --check src",
21
"test": "mocha 'src/**/*.spec.*'",
22
"prepublishOnly": "tsc --build tsconfig.build.json"
23
},
0 commit comments