Skip to content

Commit

Permalink
chore(eslint): remove comment about '.wrangler', simplify the array i…
Browse files Browse the repository at this point in the history
…nside 'includes' in 'tsconfig.eslint.json' (#1110)

* remove comment about `.wrangler`
* Simplify the array inside `includes` in `tsconfig.eslint.json`.

---------

Co-authored-by: Daishi Kato <[email protected]>
  • Loading branch information
sukvvon and dai-shi authored Jan 1, 2025
1 parent 058f9a1 commit 1824189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ export default tseslint.config(
'import/no-unresolved': 'off',
},
},
// FIXME why do we need this?
{ ignores: ['examples/44_cloudflare/.wrangler/'] },
);
10 changes: 5 additions & 5 deletions tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"allowJs": true
},
"include": [
"./eslint.config.js",
"packages/**/*",
"examples/**/*",
"e2e/**/*",
"./playwright.config.ts"
"eslint.config.js",
"packages/",
"examples/",
"e2e/",
"playwright.config.ts"
]
}

0 comments on commit 1824189

Please sign in to comment.