Skip to content

Commit

Permalink
Enable prettier formatting on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarhoof committed Oct 7, 2022
1 parent 76c6a7c commit c0c77e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
cd docs/beta
npm install
npm run deploy
fi
fi
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint src/*.js test/*.js",
"lint:ci": "npm run lint -- -o lint-results.json -f json",
"lint-fix": "eslint src/*.js test/*.js --fix",
"fmt": "prettier --write *.js; prettier --write '{src,test}/**/*.js'",
"fmt": "prettier --write .",
"duti:fix": "npm run fmt && npm run lint-fix && npm run fmt",
"prepublish": "webpack",
"rename": "node renamePackage",
Expand Down

0 comments on commit c0c77e5

Please sign in to comment.