Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Bruno Predot
/
tmdb_test
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Bruno Predot
2025-05-13 18:02:40 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
370db5b74fa87d67ba7c4a2e4802e650ba5fdaa9
370db5b7
1 parent
46aa3b9c
ajout lint exception.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
eslint.config.mjs
eslint.config.mjs
View file @
370db5b
...
...
@@ -9,6 +9,8 @@ const TsConfigRecommended = ts.configs.recommended;
export default withNuxt(
// Your custom configs here
js.configs.recommended,
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
...TsConfigRecommended,
...eslintPluginVue.configs["flat/recommended"],
{
...
...
Please
register
or
login
to post a comment