Skip to content

Commit

Permalink
fix eslint error in new project HTML file
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Oct 2, 2024
1 parent 00c60de commit f8d566b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/agora/app-tailwind/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
}
]
}
},
{
"files": ["*.html"],
"extends": ["plugin:@nx/angular-template"],
"rules": {}
}
]
}

0 comments on commit f8d566b

Please sign in to comment.