Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit f954f91

Browse files
authoredJul 8, 2018
Prettier (#101)
* Add prettier * Add husky and lint-staged for precommit prettier * Update test * Fix test
1 parent 16efd18 commit f954f91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3533
-1156
lines changed
 

‎.prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/
2+
.git/
3+
coverage/

‎.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"semi": false,
3+
"trailingComma": "es5",
4+
"singleQuote": true,
5+
"useTabs": false
6+
}

0 commit comments

Comments
 (0)
This repository has been archived.