Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 7ac3897

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

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.prettierrc

Lines changed: 6 additions & 0 deletions
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

Lines changed: 2 additions & 1 deletion
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)