1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

refactor rollup, prettier and benchmark configuration

This commit is contained in:
Ian Storm Taylor
2018-02-06 19:41:03 -08:00
parent 3339d088e1
commit 83ec966113
11 changed files with 769 additions and 300 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
}