Skip to content

Commit

Permalink
chore: Remove Makefile, .prettierignore (#1614)
Browse files Browse the repository at this point in the history
As suggested by @XhmikosR in #1600, #1612
  • Loading branch information
fb55 committed Dec 28, 2020
1 parent f3e1a4c commit 36c4c77
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
3 changes: 0 additions & 3 deletions .prettierignore

This file was deleted.

38 changes: 0 additions & 38 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"format": "npm run format:es && npm run format:prettier",
"format:es": "npm run lint:es -- --fix",
"format:prettier": "npm run format:prettier:raw -- --write",
"format:prettier:raw": "prettier \"**/*.{js,ts,md,json,yml}\" --ignore-path .prettierignore",
"format:prettier:raw": "prettier \"**/*.{js,ts,md,json,yml}\"",
"build:docs": "jsdoc --configure jsdoc-config.json",
"benchmark": "node benchmark/benchmark.js --regex \"^(?!.*highmem)\"",
"pre-commit": "lint-staged"
Expand Down

0 comments on commit 36c4c77

Please sign in to comment.