This commit is contained in:
Skip R. 2018-08-08 16:43:53 -07:00
parent a04d44e7de
commit 190f461706
No known key found for this signature in database
GPG key ID: 1508C19D7436A26D
19 changed files with 142 additions and 146 deletions

View file

@ -0,0 +1,7 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always",
"proseWrap": "always"
}