Skip to content

Commit

Permalink
chore: enable reportUnusedDisableDirectives (#8384)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed May 29, 2022
1 parent faacb51 commit 6e8094a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Expand Up @@ -159,5 +159,6 @@ module.exports = defineConfig({
'no-restricted-globals': ['error', 'require', '__dirname', '__filename']
}
}
]
],
reportUnusedDisableDirectives: true
})
1 change: 0 additions & 1 deletion packages/plugin-vue/src/template.ts
Expand Up @@ -42,7 +42,6 @@ export async function transformTemplateAsModule(
/**
* transform the template directly in the main SFC module
*/
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
export function transformTemplateInMain(
code: string,
descriptor: SFCDescriptor,
Expand Down

0 comments on commit 6e8094a

Please sign in to comment.