Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
chore(package): Add scripts for fixing lint and pretty issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Mar 2, 2020
1 parent 9192a62 commit c8acc4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@
"version": "npm run build",
"build": "rimraf dist/ dist.module/ && tsc && tsc -P tsconfig.module.json",
"lint": "eslint **/*.{js,jsx,ts,tsx,json} --ignore-path .gitignore",
"lint-fix": "eslint **/*.{js,jsx,ts,tsx,json} --ignore-path .gitignore --fix",
"prettier": "prettier **/*.{md,yml,yaml} --ignore-path .gitignore --check",
"prettier-fix": "prettier **/*.{md,yml,yaml} --ignore-path .gitignore --write",
"postlint": "npm run prettier",
"postlint-fix": "npm run prettier-fix",
"test": "jest",
"test-coverage": "jest --coverage",
"prepare": "npm run build",
Expand Down

0 comments on commit c8acc4c

Please sign in to comment.