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 15:42:02 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
760216535368983ade855c13420dbae86ca3f449
76021653
1 parent
f104dcd9
Personalisation de rules antfu.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
eslint.config.mjs
eslint.config.mjs
View file @
7602165
...
...
@@ -4,6 +4,11 @@ export default antfu({
// Type of the project. 'lib' for libraries, the default is 'app'
type: "app",
rules: {
"antfu/if-newline": 0,
"antfu/curly": 0,
},
// Enable stylistic formatting rules
// stylistic: true,
...
...
Please
register
or
login
to post a comment