chore(eslint): move src/tests scoping into config via negated ignores

This commit is contained in:
2026-05-04 23:51:05 -03:00
committed by hueso
parent 0cdc69d4da
commit 918e6fecde
2 changed files with 5 additions and 8 deletions

View File

@@ -5,12 +5,9 @@ import vuePrettierConfig from '@vue/eslint-config-prettier';
export default [
{
ignores: [
'node_modules/**',
'dist/**',
'coverage/**',
'public/**',
'p2pix-smart-contracts/**',
'vendor/**',
'**',
'!src/**',
'!tests/**',
'src/generated.ts',
],
},