Skip to content

Commit d91f655

Browse files
authored
feat: add offline support (#80)
1 parent b26813c commit d91f655

File tree

9 files changed

+2660
-372
lines changed

9 files changed

+2660
-372
lines changed

.prettierrc.js

+8
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@ module.exports = {
44
singleQuote: true,
55
printWidth: 80,
66
tabWidth: 2,
7+
overrides: [
8+
{
9+
files: '*.html',
10+
options: {
11+
printWidth: 120,
12+
},
13+
},
14+
],
715
};

0 commit comments

Comments
 (0)