Skip to content

Commit ac543e5

Browse files
committed
Ignore dist dir when running linter
1 parent f718443 commit ac543e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* eslint-env node */
22
module.exports = {
3+
ignorePatterns: ["dist"],
34
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier', 'plugin:prettier/recommended'],
45
parser: '@typescript-eslint/parser',
56
plugins: ['@typescript-eslint', 'prettier', 'sort-destructure-keys'],

0 commit comments

Comments
 (0)