Skip to content

Commit

Permalink
eol
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Feb 19, 2025
1 parent 7a05630 commit 970b105
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@
"**/app/api/**/route.js": "${dirname(1)}/${dirname} <route>"
},
"files.associations": {
"*.ts": "typescript",
"*.tsx": "typescriptreact",
"*.js": "javascript",
"*.jsx": "javascriptreact",
"*.json": "json"
"*.json": "jsonc",
"*.css": "css"
},
"css.lint.validProperties": ["user-drag"],
"css.lint.unknownAtRules": "ignore",
Expand All @@ -32,7 +29,5 @@
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
}
"files.eol": "\n"
}

1 comment on commit 970b105

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚡️ Lighthouse report for the changes in this commit:

🟢 Performance: 97
🟠 Accessibility: 85
🟢 Best practices: 96
🟠 SEO: 63

Lighthouse ran on https://satus-jfhey42jb-darkroom-engineering.vercel.app/

Please sign in to comment.