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", "react",
"@typescript-eslint", "@typescript-eslint",
], ],
ignorePatterns: ["dist"],
rules: { rules: {
"arrow-parens": ["error", "always"], "arrow-parens": ["error", "always"],
indent: ["error", 4], indent: ["error", 4],