mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
Error on too many semicolons
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
0228d00c56
commit
2c40255ac2
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ module.exports = {
|
||||||
'object-curly-spacing': ['warn'],
|
'object-curly-spacing': ['warn'],
|
||||||
'one-var': ['warn'],
|
'one-var': ['warn'],
|
||||||
'quotes': ['warn'],
|
'quotes': ['warn'],
|
||||||
'semi': ['warn'],
|
|
||||||
'space-infix-ops': ['warn']
|
'space-infix-ops': ['warn']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue