chore: prettier is now automagically enabled, and fixing some pr review comments
This commit is contained in:
@@ -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()'
|
||||
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user