0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00
verdaccio/packages/plugins/ui-theme/htmllinter.config.js
Juan Picado 6cb0b5886a
feat: ui theme on 5.x (#2033)
* refactor: relocate theme-ui as plugin

* refactor: relocate theme-ui as plugin

* refactor: relocate theme-ui as plugin

* chore: fix lint

* chore: add missing folder

* refactor: relocate theme-ui as plugin

* refactor: relocate theme-ui as plugin

* refactor: relocate theme-ui as plugin

* chore: update scripts

* refactor: relocate theme-ui as plugin

* refactor: relocate theme-ui as plugin

* refactor: relocate theme-ui as plugin

* refactor: relocate theme-ui as plugin
2020-12-22 10:25:07 +01:00

6 lines
135 B
JavaScript

module.exports = {
extend: require('@htmllinter/basic-config'),
rules: {
'long-line-content': ['on', { maxLen: 120 }],
},
};