1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 01:48:12 +09:00

feat: add crisp (#7)

* feat: add crisp

* test: add codacy

* fix: coverage
This commit is contained in:
2019-10-24 12:55:09 +09:00
committed by GitHub
parent 664801205c
commit 2fc4d94779
11 changed files with 706 additions and 7 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"jsxBracketSameLine": true,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"bracketSpacing": false
}