Skip to content

Commit f70b229

Browse files
committed
Fix linting
1 parent dfc0993 commit f70b229

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@
105105
"import/extensions": "off",
106106
"unicorn/prefer-module": "off",
107107
"unicorn/prefer-top-level-await": "off",
108-
"eslint-plugin/require-meta-docs-recommended": "off"
108+
"eslint-plugin/require-meta-docs-recommended": "off",
109+
"eslint-plugin/require-meta-default-options": "off",
110+
"eslint-plugin/no-meta-schema-default": "off",
111+
"eslint-plugin/require-meta-schema-description": "off"
109112
}
110113
},
111114
"c8": {

0 commit comments

Comments
 (0)