Skip to content

Commit 7d6c9f1

Browse files
authored
LCJS v4.0.0
LCJS v4.0.0
1 parent 3fac083 commit 7d6c9f1

File tree

6 files changed

+11071
-1908
lines changed

6 files changed

+11071
-1908
lines changed

.prettierrc.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
semi: false,
3+
trailingComma: 'all',
4+
singleQuote: true,
5+
printWidth: 140,
6+
tabWidth: 4,
7+
endOfLine: 'auto',
8+
}

0 commit comments

Comments
 (0)