mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
refactor: remove comment lines
This commit is contained in:
parent
b89559b25e
commit
dc9880920e
@ -35,19 +35,11 @@
|
|||||||
"no-fallthrough": 2,
|
"no-fallthrough": 2,
|
||||||
"no-new-require": 2,
|
"no-new-require": 2,
|
||||||
"max-len": [2, 160],
|
"max-len": [2, 160],
|
||||||
// strong change by now, but we need to enable this rule in the future
|
|
||||||
"camelcase": 0,
|
"camelcase": 0,
|
||||||
|
|
||||||
// google eslint rule enable this, we do not want it
|
|
||||||
"require-jsdoc": 0,
|
"require-jsdoc": 0,
|
||||||
"valid-jsdoc": 0,
|
"valid-jsdoc": 0,
|
||||||
|
|
||||||
// enable this in the future
|
|
||||||
"prefer-spread": 1,
|
"prefer-spread": 1,
|
||||||
"prefer-rest-params": 1,
|
"prefer-rest-params": 1,
|
||||||
|
|
||||||
// disallows quotes around object literal property names that are not strictly required
|
|
||||||
// handling metadata enable this helps
|
|
||||||
"quote-props":["error", "as-needed"]
|
"quote-props":["error", "as-needed"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user