chore: update config

This commit is contained in:
alexander.akait 2024-01-13 16:48:02 +03:00
parent 8273948d9d
commit 993c4f691a
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ module.exports = {
{
files: ["examples/**/*.js"],
rules: {
"n/no-missing-require": "off",
"n/no-unpublished-require": "off",
"n/no-extraneous-require": "off"
}