chore(eslint): ignore examples dir

This commit is contained in:
Elliot DeNolf
2024-11-26 17:02:07 -05:00
parent f8b7e3eb14
commit 61d6614746

View File

@@ -42,6 +42,7 @@ export const rootEslintConfig = [
'test/live-preview/next-app',
'packages/**/*.spec.ts',
'templates/**',
'examples/**',
],
},
{