We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16344cb commit ddf8112Copy full SHA for ddf8112
package.json
@@ -13,7 +13,7 @@
13
"test": "yarn lint && yarn lerna exec yarn test",
14
"build": "yarn lerna exec --scope pg-protocol yarn build",
15
"pretest": "yarn build",
16
- "lint": "if [ -x ./node_modules/.bin/eslint ]; then eslint '*/**/*.{js,ts,tsx}'; fi;"
+ "lint": "if [ -x ./node_modules/.bin/prettier ]; then eslint '*/**/*.{js,ts,tsx}'; fi;"
17
},
18
"devDependencies": {
19
"@typescript-eslint/eslint-plugin": "^2.27.0",
0 commit comments