Skip to content

Commit 36ddeeb

Browse files
committed
Apply code suggestions
1 parent 3447399 commit 36ddeeb

File tree

4 files changed

+678
-631
lines changed

4 files changed

+678
-631
lines changed

.djlintrc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"blank_line_after_tag": "load,extends",
3+
"blank_line_before_tag": "load,extends,block, macro",
4+
"close_void_tags": true,
5+
"ignore": "J018,H006,H021,H023,H029,T002,T003,T028,D018",
6+
"include": "H017",
7+
"indent": "2",
8+
"max_blank_lines": 1,
9+
"max_line_length": "120",
10+
"profile": "jinja",
11+
"format_css": true,
12+
"format_js": true,
13+
"css": {
14+
"indent_size": 2
15+
},
16+
"js": {
17+
"indent_size": 2
18+
}
19+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"postcss": "8.4.38",
2828
"postcss-cli": "11.0.0",
2929
"sass": "1.79.0",
30-
"vanilla-framework": "4.18.3"
30+
"vanilla-framework": "4.18.5"
3131
},
3232
"devDependencies": {
3333
"concurrently": "8.2.2",

0 commit comments

Comments
 (0)