Skip to content

Commit

Permalink
fix: exclude linting test files
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Sep 19, 2024
1 parent cc5eff6 commit e6ee6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import eslintConfigPrettier from 'eslint-config-prettier'
export default [
// ignores
{
ignores: ['.nuxt', 'dist', 'playground', 'specs', 'test/fixtures', 'coverage', 'src/runtime/templates/**', 'docs']
ignores: ['.nuxt', 'dist', 'playground', 'specs', 'test', 'coverage', 'src/runtime/templates/**', 'docs']
},

// for global and envrionment
// for global and environment
{
languageOptions: {
globals: {
Expand Down

0 comments on commit e6ee6ba

Please sign in to comment.