Skip to content

Commit

Permalink
Set up server with express-generator and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykay-p committed Dec 7, 2020
1 parent 86b7a43 commit 2dce2e1
Show file tree
Hide file tree
Showing 17 changed files with 9,726 additions and 47 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.next.esl
packages/*/bin/
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"parser": "babel-eslint",
"extends": [
"eslint:recommended",
"airbnb",
"plugin:prettier/recommended"
],
"parserOptions": {
Expand Down
Loading

0 comments on commit 2dce2e1

Please sign in to comment.