Skip to content

Commit

Permalink
feat: ignore autogenerated file linting (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
sardor01 authored May 3, 2023
1 parent 0185796 commit 18d1812
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/codegen/generateDTS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ export function generateDTS({
routesModule: string
routeNamedMap: string
}) {
return `// Generated by unplugin-vue-router. ‼️ DO NOT MODIFY THIS FILE ‼️
return `/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-router. ‼️ DO NOT MODIFY THIS FILE ‼️
// It's recommended to commit this file.
// Make sure to add this file to your tsconfig.json file as an "includes" or "files" entry.
Expand Down

0 comments on commit 18d1812

Please sign in to comment.