Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Add prettier configuration file (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen authored Dec 8, 2021
1 parent 190a3e9 commit bfe7eb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
trailingComma: 'all',
singleQuote: true,
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"scripts": {
"prebuild": "rimraf icons/*",
"build": "node scripts/build-pdfs.js",
"format": "prettier --write --single-quote .",
"lint": "prettier --check --single-quote ."
"format": "prettier --write .",
"lint": "prettier --check ."
},
"author": "Simple Icons Collaborators",
"license": "CC0-1.0",
Expand Down

0 comments on commit bfe7eb6

Please sign in to comment.