mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
|
module.exports = {
|
||
|
extend: require('@htmllinter/basic-config'),
|
||
|
rules: {
|
||
|
'long-line-content': ['on', { maxLen: 120 }],
|
||
|
},
|
||
|
};
|