Skip to content

Commit 24863b5

Browse files
authored
Create admin page (#51)
1 parent 91d25cc commit 24863b5

11 files changed

+1203
-1
lines changed

.prettierrc

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,15 @@
33
"trailingComma": "none",
44
"singleQuote": true,
55
"printWidth": 80,
6-
"tabWidth": 2
6+
"tabWidth": 2,
7+
"overrides": [
8+
{
9+
"files": "public/admin/**/*.js",
10+
"options": {
11+
"singleQuote": false,
12+
"tabWidth": 4,
13+
"printWidth": 100
14+
}
15+
}
16+
]
717
}

0 commit comments

Comments
 (0)