Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Expand Prettier coverage
  • Loading branch information
James M. Greene authored and James M. Greene committed Sep 17, 2022
1 parent 44d4246 commit 1996917
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .prettierignore
@@ -1 +1,6 @@
node_modules/
# Ignore build artifacts
/dist/
/pre/

# Ignore all Markdown files
*.md
2 changes: 1 addition & 1 deletion .prettierrc.yml
Expand Up @@ -7,4 +7,4 @@ semi: false
singleQuote: true
trailingComma: none
bracketSpacing: true
arrowParens: avoid
arrowParens: avoid
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,8 +27,8 @@
"lint": "eslint src",
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt && ncc build src/pre.js -o pre --source-map --license licenses.txt",
"test": "jest",
"format": "prettier --write 'src/**/*.js'",
"format:check": "prettier --check 'src/**/*.js'",
"format": "prettier --write .",
"format:check": "prettier --check .",
"all": "npm run format && npm run lint && npm run prepare && npm run test"
},
"repository": {
Expand Down

0 comments on commit 1996917

Please sign in to comment.