removed development environment linting exception

This commit is contained in:
Ulf Gebhardt 2021-06-24 21:35:34 +02:00
parent 05be9a79d5
commit e510dee7a8
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -15,7 +15,7 @@ module.exports = {
// add your custom rules here // add your custom rules here
rules: { rules: {
'no-console': ['error'], 'no-console': ['error'],
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-debugger': 'error',
'prettier/prettier': [ 'prettier/prettier': [
'error', 'error',
{ {