Skip to content

Commit

Permalink
🛠️ [Eslint] Adjust root config
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed May 30, 2024
1 parent 05a4c48 commit 056fd41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import pluginPrettier from 'eslint-plugin-prettier/recommended';

export default [
{
ignores: ['.nx/cache', 'coverage/**', 'dist/**', 'scrap/**'],
// Completely ignoring the `app` folder and re-defining Vue linting
// within that directory.
ignores: ['.nx/cache', 'coverage/**', 'dist/**', 'scrap/**', 'app/**'],
},
configLove,
pluginPrettier,
Expand Down

0 comments on commit 056fd41

Please sign in to comment.