Skip to content

Commit fa4d631

Browse files
committedMar 10, 2020
version 1.0.0 of create-mern-app CLI
0 parents  commit fa4d631

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1218
-0
lines changed
 

‎.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["airbnb", "plugin:prettier/recommended"]
3+
}

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package-lock.json
2+
node_modules/

0 commit comments

Comments
 (0)