Skip to content

Commit

Permalink
fix eslint command
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Sep 25, 2024
1 parent f628828 commit aefbf11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"version": "lerna version --no-private",
"publish": "lerna publish from-git --no-private --yes",
"doc": "typedoc",
"lint": "eslint */**/*.{js,ts,tsx} --quiet",
"lint:fix": "eslint */**/*.{js,ts,tsx} --quiet --fix",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet",
"lint:fix": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"test": "npm run test:jest",
"test:jest": "jest --testTimeout=120000 --verbose --coverage ./packages"
},
Expand Down

0 comments on commit aefbf11

Please sign in to comment.