Skip to content

Commit ba57baa

Browse files
committed
fix(eslint): ignore dist/
Signed-off-by: Christian Stewart <[email protected]>
1 parent 2dda65c commit ba57baa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
ignorePatterns: [
2121
"node_modules",
2222
"vendor",
23+
"dist",
2324
".eslintrc.js"
2425
]
2526
}

0 commit comments

Comments
 (0)