Skip to content

Commit

Permalink
chore: add ignores to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
EvAvKein committed May 15, 2024
1 parent a817fb3 commit 2c2337b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"rules": {
"no-mixed-spaces-and-tabs": "off", // prettier mixes them in ternaries and doesn't care to fix it (even for compatibility with eslint), so i'm just gonna let prettier handle the tabs/spaces thing (https://github.com/prettier/prettier/issues/5811#issuecomment-458936781)
"@typescript-eslint/no-unused-vars": ["error", {"ignoreRestSiblings": true}]
}
},
"ignorePatterns": ["node_modules/", "playwright-report/"]
}

0 comments on commit 2c2337b

Please sign in to comment.