We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cfa84 commit 3b444cfCopy full SHA for 3b444cf
1 file changed
package.json
@@ -26,8 +26,8 @@
26
"build": "tsc",
27
"start": "ts-node-dev --transpile-only src/cli.ts",
28
"clean": "rm -rf ./target",
29
- "lint": "eslint \"src/**/*.ts\" \"templates/**/*.ts\" --ignore-pattern 'node_modules/'",
30
- "lint:fix": "eslint \"src/**/*.ts\" \"templates/**/*.ts\" --ignore-pattern 'node_modules/' --fix",
+ "lint": "eslint \"src/**/*.ts\" --ignore-pattern 'node_modules/'",
+ "lint:fix": "eslint \"src/**/*.ts\" --ignore-pattern 'node_modules/' --fix",
31
"fmt": "prettier --write '{src,templates,account}/**/*.{js,jsx,ts,tsx,md,json}'"
32
},
33
"husky": {
0 commit comments