chore: lint

This commit is contained in:
coderiaser 2025-07-04 13:32:47 +03:00
parent af77eeed8d
commit 0d61a972fb
3 changed files with 4 additions and 3 deletions

View file

@ -12,7 +12,7 @@ export const match = {
'client/dom/index.js': {
'no-multi-spaces': 'off',
},
'client/**/*.js': {
'{client,static}/**/*.js': {
'n/no-extraneous-require': 'off',
'n/no-unsupported-features/node-builtins': 'off',
},