Skip to content

Commit

Permalink
chore: update dotfiles per standard template
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jul 7, 2021
1 parent 000c455 commit 5f4dee0
Show file tree
Hide file tree
Showing 6 changed files with 8,388 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.yarn-integrity
yarn.lock

# npm
npm-debug.log*
# package-lock.json # version package lock for now

# tests
coverage
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.yarn-integrity
yarn.lock

# npm
npm-debug.log*
# package-lock.json # version package lock for now

# tests
coverage
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist
package-lock.json
.nyc_output
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "none",
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"arrowParens": "always",
"requirePragma": false,
"insertPragma": false,
"htmlWhitespaceSensitivity": "css",
Expand Down
Loading

0 comments on commit 5f4dee0

Please sign in to comment.