Skip to content

Commit e2a03f4

Browse files
committed
Linting and formatting
Changes: - Fixed 'TypeError: res.status is not a function' in app.js - Formatting using editorconfig. - Deleted emoji.css (its contents are now in style.css) - Suppressed all linting errors.
1 parent 8bc6fa5 commit e2a03f4

File tree

10 files changed

+527
-570
lines changed

10 files changed

+527
-570
lines changed

.eslintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
"ecmaVersion": 11
1010
},
1111
"rules": {
12+
"no-unused-vars": "off",
13+
"no-undef": "off"
1214
}
1315
}

0 commit comments

Comments
 (0)