Skip to content

Commit

Permalink
Added prettier with staged commit hook - apache#1205
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tobias committed Jul 14, 2019
1 parent bee4730 commit 24113df
Show file tree
Hide file tree
Showing 4 changed files with 1,154 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dist/
test/
assets/

app/**/*.react.js
app/addons/.module-cache
app/addons/**/assets/*
app/addons/**/dependencies/*
app/load_addons.js
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"trailingComma": "es5",
"semi": true,
"singleQuote": true,
"bracketSpacing": false,
"printWidth": 120
}
Loading

0 comments on commit 24113df

Please sign in to comment.