Add packaging directory to ESLint configuration

- Updated the ESLint configuration to include the 'packaging' directory in the list of ignored paths.
- This change ensures that packaging-related files are not linted, streamlining the development process.
This commit is contained in:
Sudo-Ivan
2026-01-14 11:02:21 -06:00
parent e067902005
commit ec26a76690
+1
View File
@@ -33,6 +33,7 @@ export default [
"**/*.proto",
"**/tests/**",
"**/.pnpm-store/**",
"**/packaging/**",
],
},
{