chore: prettier is now automagically enabled, and fixing some pr review comments

This commit is contained in:
blam
2020-05-05 10:22:27 +02:00
parent e3ab861038
commit 26094f82e3
9 changed files with 50 additions and 38 deletions
-1
View File
@@ -4,6 +4,5 @@ module.exports = {
rules: {
'no-console': 0, // Permitted in console programs
'new-cap': ['error', { capIsNew: false }], // Because Express constructs things e.g. like 'const r = express.Router()'
},
};