Skip to content

Commit

Permalink
chore(lint): Ignore auto-generated doc files when linting with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-pcuba committed Oct 23, 2024
1 parent f1b4812 commit cc244c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ module.exports = {
ecmaVersion: 11
},
plugins: ['prettier'],
ignorePatterns: ['dist']
ignorePatterns: ['dist', 'docs']
};

0 comments on commit cc244c6

Please sign in to comment.