Skip to content

Commit

Permalink
eslint now ignores the build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Aug 6, 2021
1 parent c33e4c1 commit 70c50ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ module.exports = {
"prettier/@typescript-eslint",
"plugin:prettier/recommended"
],
rules: { "react/display-name": "off" }
rules: { "react/display-name": "off" },
ignorePatterns: [
"build"
]
};

0 comments on commit 70c50ed

Please sign in to comment.