mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix: fixed linebreaks lint issue
This commit is contained in:
parent
d3ba567dd5
commit
9e3ab09d6e
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
||||||
"valid-jsdoc": 0,
|
"valid-jsdoc": 0,
|
||||||
"prefer-spread": 1,
|
"prefer-spread": 1,
|
||||||
"prefer-rest-params": 1,
|
"prefer-rest-params": 1,
|
||||||
|
"linebreak-style": 0,
|
||||||
"quote-props":["error", "as-needed"]
|
"quote-props":["error", "as-needed"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue