🔧 chore: add biome config for Tailwind CSS and CSS module declarations
This commit is contained in:
14
biome.json
Normal file
14
biome.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
|
||||
"css": {
|
||||
"linter": {
|
||||
"enabled": true
|
||||
},
|
||||
"parser": {
|
||||
"tailwindDirectives": true
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
4
src/css.d.ts
vendored
Normal file
4
src/css.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module "*.css" {
|
||||
const content: Record<string, string>;
|
||||
export default content;
|
||||
}
|
||||
Reference in New Issue
Block a user