Skip to content

Commit a01c92f

Browse files
committed
feat: add CSS parser configuration to biome.json
1 parent efa5f25 commit a01c92f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

biome.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
}
99
}
1010
},
11+
"css": {
12+
"parser": {
13+
"cssModules": false
14+
}
15+
},
1116
"files": {
1217
"includes": ["src/**", "!node_modules", "!dist", "!build", "!coverage", "!.venv", "!e2e", "!src/api"]
1318
},
@@ -113,6 +118,7 @@
113118
"noExplicitAny": "warn",
114119
"noShadowRestrictedNames": "error",
115120
"noTsIgnore": "warn",
121+
"noUnknownAtRules": "off",
116122
"useAwait": "warn"
117123
}
118124
}

0 commit comments

Comments
 (0)