Skip to content

Commit 24113df

Browse files
author
Aaron Tobias
committed
Added prettier with staged commit hook - #1205
1 parent bee4730 commit 24113df

File tree

4 files changed

+1154
-1
lines changed

4 files changed

+1154
-1
lines changed

.prettierignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dist/
2+
test/
3+
assets/
4+
5+
app/**/*.react.js
6+
app/addons/.module-cache
7+
app/addons/**/assets/*
8+
app/addons/**/dependencies/*
9+
app/load_addons.js

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"trailingComma": "es5",
3+
"semi": true,
4+
"singleQuote": true,
5+
"bracketSpacing": false,
6+
"printWidth": 120
7+
}

0 commit comments

Comments
 (0)