Skip to content

Commit

Permalink
feat: Add ignores to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Sep 6, 2024
1 parent 4eb5297 commit 2eb6910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const allImportExtensions = ['.js', '.cjs', '.mjs', '.jsx', '.ts', '.cts', '.mts
export function prepareConfig() {
return tseslint.config(
{ plugins: { '@stylistic': /** @type {Pick<typeof stylisticPlugin, 'rules'>} */(stylisticPlugin) } },
{ ignores: ['node_modules/', 'dist/', 'coverage/', '.vercel/'] },
{
name: 'dtrw:base:base',
files: allFiles,
Expand Down

0 comments on commit 2eb6910

Please sign in to comment.