Skip to content

Commit

Permalink
chore(npmignore): update to include prettier ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbluhm committed Aug 4, 2020
1 parent b072238 commit 64be4c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -4,6 +4,7 @@
.idea
.editorconfig
.github
.prettierignore
coverage/
node_modules/
src/
Expand Down
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -121,5 +121,9 @@
"!**/dist/**",
"!**/node_modules/**"
]
},
"prettier": {
"singleQuote": true,
"semi": false
}
}

0 comments on commit 64be4c6

Please sign in to comment.