Skip to content

Commit a70bc14

Browse files
matj1985@gmail.commatj1985@gmail.com
authored andcommitted
Add leader tag to member status
1 parent 181736d commit a70bc14

102 files changed

Lines changed: 1473 additions & 1144 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@typescript-eslint/promise-function-async": "error",
4646
"@typescript-eslint/require-array-sort-compare": "error",
4747
"@typescript-eslint/restrict-plus-operands": "error",
48-
"semi": "off",
49-
"@typescript-eslint/semi": ["error", "never"],
48+
"semi": "error",
49+
"@typescript-eslint/semi": ["error", "always"],
5050
"@typescript-eslint/type-annotation-spacing": "error",
5151
"@typescript-eslint/unbound-method": "error"
5252
},

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"printWidth": 80,
33
"tabWidth": 2,
44
"useTabs": false,
5-
"semi": false,
5+
"semi": true,
66
"singleQuote": true,
77
"trailingComma": "none",
88
"bracketSpacing": false,

0 commit comments

Comments
 (0)