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

Commit

Permalink
refactor: 💡 root for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Feb 28, 2021
1 parent c81029c commit ae30e34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
"build:readme": "mmarkdown",
"build": "yarn build:cli && yarn build:cz",
"clean": "rimraf dist binaries",
"eslint": "eslint lib/*.js",
"lint:eslint": "eslint . --ext js,jsx,ts,tsx --max-warnings=0",
"lint:fix": "yarn lint:prettier --write && yarn lint:eslint --fix",
"lint:prettier": "prettier \"**/*.{js,jsx,ts,tsx,json,md,mdx,css,html,yml,yaml,scss}\"",
"lint:prettier": "prettier \"./*.{js,jsx,ts,tsx,json,md,mdx,css,html,yml,yaml,scss}\"",
"lint": "yarn lint:prettier --check && yarn lint:eslint",
"postinstall": "is-ci || husky install",
"postpublish": "pinst --enable",
Expand Down

0 comments on commit ae30e34

Please sign in to comment.