Skip to content

Commit

Permalink
fix:remove the eslint of issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna cheng committed Sep 7, 2024
1 parent ae2dad9 commit 0184549
Show file tree
Hide file tree
Showing 2 changed files with 11,458 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import antfu from '@antfu/eslint-config'

export default antfu({
ignores: ['**/data/**.ts'],
ignores: ['**/data/**.ts', '.github/ISSUE_TEMPLATE/**'],
}, {
rules: {
'no-new': 'off',
Expand Down
Loading

0 comments on commit 0184549

Please sign in to comment.