mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
af1ed8bb14
This removes unneeded quotation marks and resets all
rules to their default error state.
Treating them only as warnings is not necessary anymore,
as all warnings fail the CI since 4da68597
.
Signed-off-by: David Mehren <git@herrmehren.de>
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['standard'],
|
|
env: {
|
|
node: true
|
|
},
|
|
rules: {}
|
|
}
|