diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index f34265b..4111011 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -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 diff --git a/eslint.config.js b/eslint.config.js index 68ddc90..17240d2 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -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',