eslint: ignore dist

This commit is contained in:
Greg Shuflin 2022-05-28 00:03:46 -07:00
parent b7d5f48c07
commit 789872fc8d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ module.exports = {
"react",
"@typescript-eslint",
],
ignorePatterns: ["dist"],
rules: {
"arrow-parens": ["error", "always"],
indent: ["error", 4],