Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
npm: Fix eslint and prettier execution on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Jun 4, 2020
1 parent 1f28d76 commit 85a7cde
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 @@ -18,9 +18,9 @@
"release": "npm run build:clean && np",
"clean:dist": "shx rm -rf dist/",
"clean": "npm run clean:dist && shx rm -rf node_modules/ coverage/",
"pretty-base": "prettier '**/*.{ts, js, json}'",
"pretty-base": "prettier \"**/*.{ts, js, json}\"",
"format": "npm run pretty-base --write",
"lint": "eslint --fix 'src/**/*.{ts,tsx}'",
"lint": "eslint --fix \"src/**/*.{ts,tsx}\"",
"typedoc": "typedoc --out ./docs --mode modules --tsconfig ./tsconfig.json ./src"
},
"author": "Muhammad Qasim <qasim9872@gmail.com>",
Expand Down

0 comments on commit 85a7cde

Please sign in to comment.