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-17 16:19:20 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fcbf3174131c557335f740edd3fba7c8c00f6a1f
fcbf3174
1 parent
58e45fde
Nettoyage.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
38 deletions
eslint.config.mjs
eslint.config.mjs
View file @
fcbf317
...
...
@@ -49,41 +49,3 @@ export default antfu({
yaml: false,
});
// Last eslint config.
// import withNuxt from "./.nuxt/eslint.config.mjs";
// import js from "@eslint/js";
// import eslintPluginVue from "eslint-plugin-vue";
// import ts from "typescript-eslint";
//
// 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"],
// {
// files: ["*.vue", "**/*.vue"],
// languageOptions: {
// parserOptions: {
// parser: "@typescript-eslint/parser",
// },
// },
// rules: {
// "vue/multi-word-component-names": "off",
// },
// },
// // your custom flat configs go here, for example:
// // {
// // files: ['**/*.ts', '**/*.tsx'],
// // rules: {
// // 'no-console': 'off' // allow console.log in TypeScript files
// // }
// // },
// // {
// // ...
// // }
// );
...
...
Please
register
or
login
to post a comment