fix: linting

This commit is contained in:
tiagosiebler
2020-10-04 20:37:42 +01:00
parent 3a2125e77b
commit 1b556afeb3
2 changed files with 23 additions and 29 deletions

View File

@@ -15,7 +15,6 @@ module.exports = {
indent: ['warn', 2],
'linebreak-style': ['error', 'unix'],
'lines-between-class-members': ['warn', 'always'],
quotes: ['error', 'single'],
semi: ['error', 'always'],
'new-cap': 'off',
'no-console': 'off',