Added: biome for formatting, Makefile
This commit is contained in:
parent
e0248abb46
commit
2439dfa78d
10
Makefile
Normal file
10
Makefile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
all: clean format build
|
||||||
|
|
||||||
|
format:
|
||||||
|
biome format --write .
|
||||||
|
|
||||||
|
build:
|
||||||
|
zola build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf public/
|
15
biome.json
Normal file
15
biome.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
|
||||||
|
"files": {
|
||||||
|
"ignore": [".vscode/", "node_modules/", "public/"]
|
||||||
|
},
|
||||||
|
"organizeImports": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"linter": {
|
||||||
|
"enabled": false,
|
||||||
|
"rules": {
|
||||||
|
"recommended": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user