Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Sep 7, 2024
1 parent 0184549 commit 46a5f77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ body:
attributes:
label: Are you using the mobile app?
options:
# eslint-disable-next-line yaml/plain-scalar
- 'Yes'
# eslint-disable-next-line yaml/plain-scalar
- 'No'
validations:
required: true
Expand Down
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', '.github/ISSUE_TEMPLATE/**'],
ignores: ['**/data/**.ts'],
}, {
rules: {
'no-new': 'off',
Expand Down

0 comments on commit 46a5f77

Please sign in to comment.