mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-07-28 23:39:30 +00:00
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:
@@ -33,6 +33,7 @@ export default [
|
||||
"**/*.proto",
|
||||
"**/tests/**",
|
||||
"**/.pnpm-store/**",
|
||||
"**/packaging/**",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user