File tree 3 files changed +21
-0
lines changed
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ build /
2
+ coverage /
3
+ dist /
4
+ docs /
5
+ node_modules /
6
+ * .md
7
+ .prettierignore
8
+ yarn.lock
9
+ .idea
10
+ LICENSE
11
+ * .jpg
12
+ .DS_Store
13
+ .npmignore
14
+ .gitignore
Original file line number Diff line number Diff line change 28
28
"build:light" : " babel ./src --out-dir ./dist" ,
29
29
"build:examples" : " cross-env NODE_ENV=production webpack --mode production --config webpack/examples.cfg.js" ,
30
30
"clean" : " rimraf dist build" ,
31
+ "format" : " prettier --write \" ./**\" " ,
31
32
"lint" : " eslint ./src" ,
32
33
"lint:fix" : " eslint --fix ./src" ,
33
34
"precommit" : " lint-staged" ,
118
119
"open" : " 0.0.5" ,
119
120
"open-browser-webpack-plugin" : " 0.0.5" ,
120
121
"postcss-loader" : " ^3.0.0" ,
122
+ "prettier" : " ^2.2.1" ,
121
123
"react-color" : " ^2.14.1" ,
122
124
"react-dropzone" : " 7.0.1" ,
123
125
"react-hot-loader" : " 4.6.0" ,
Original file line number Diff line number Diff line change @@ -7282,6 +7282,11 @@ preserve@^0.2.0:
7282
7282
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
7283
7283
integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=
7284
7284
7285
+ prettier@^2.2.1 :
7286
+ version "2.2.1"
7287
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
7288
+ integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
7289
+
7285
7290
pretty-error@^2.0.2 :
7286
7291
version "2.1.1"
7287
7292
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
You can’t perform that action at this time.
0 commit comments