UNPKG

twcss

Version:

Fast minimalist utility-first CSS runtime inspired by Tailwind and Twind

30 lines (29 loc) 570 B
{ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "linter": { "rules": { "complexity": { "noForEach": "off" } } }, "javascript": { "formatter": { "semicolons": "asNeeded", "quoteStyle": "single", "arrowParentheses": "asNeeded", "lineWidth": 240, "indentStyle": "space", "lineEnding": "lf" } }, "json": { "formatter": { "indentStyle": "space", "lineEnding": "lf" } }, "files": { "include": ["src/**/*.js", "src/**/*.html", "*.md"] } }