@ -17,7 +17,6 @@ module.exports = {
{
files: ['**/*.md/*.@(mjs|ts)'],
rules: {
'array-bracket-spacing': 'off',
'import/first': 'off',
'import/newline-after-import': 'off',
'key-spacing': 'off',
@ -156,7 +156,7 @@ specified set of modules.
import clazz from 'snabbdom/modules/class';
import style from 'snabbdom/modules/style';
var patch = init([ clazz, style ]);
var patch = init([clazz, style]);
```
### `patch`