We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebcb1b commit 7ac3897Copy full SHA for 7ac3897
.prettierrc
@@ -0,0 +1,6 @@
1
+{
2
+ "printWidth": 80,
3
+ "semi": true,
4
+ "singleQuote": true,
5
+ "trailingComma": "es5"
6
+}
bin/index.js
@@ -1,4 +1,5 @@
-#!/usr/bin/env;
+#!/usr/bin/env node
+
const spawn = require('react-dev-utils/crossSpawn');
const chalk = require('react-dev-utils/chalk');
const args = process.argv.slice(2);
0 commit comments