Skip to content

Commit 7ac3897

Browse files
committed
add prettierrc file & added node in bin file script
1 parent 0ebcb1b commit 7ac3897

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.prettierrc

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

bin/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env;
1+
#!/usr/bin/env node
2+
23
const spawn = require('react-dev-utils/crossSpawn');
34
const chalk = require('react-dev-utils/chalk');
45
const args = process.argv.slice(2);

0 commit comments

Comments
 (0)