We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756865a commit d80a2a6Copy full SHA for d80a2a6
.eslintignore
@@ -1,2 +1,2 @@
1
dist
2
-node_modules
+node_modules
.eslintrc
@@ -1,5 +1,10 @@
{
"extends": [
3
"@antfu"
4
- ]
+ ],
5
+
6
+ "rules": {
7
+ "brace-style": "off",
8
+ "@typescript-eslint/brace-style": "off"
9
+ }
10
}
.gitignore
@@ -16,9 +16,11 @@ stats.html
16
# Editor directories and files
17
.vscode/extensions.json
18
.idea
19
-.DS_Store
20
*.suo
21
*.ntvs*
22
*.njsproj
23
*.sln
24
*.sw?
25
+# Misc
26
+.DS_Store
.vscode/settings.json
@@ -4,4 +4,4 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
-}
+}
scripts/verifyCommit.js
@@ -1,6 +1,5 @@
const msg = require('fs').readFileSync('.git/COMMIT_EDITMSG', 'utf-8').trim()
-const commitRE
- = /^(revert:)?(feat|fix|docs|dx|style|refactor|perf|test|workflow|build|ci|chore|types|wip|release)(\(.+\))?:.{1,50}/
+const commitRE = /^(revert:)?(feat|fix|docs|dx|style|refactor|perf|test|workflow|build|ci|chore|types|wip|release)(\(.+\))?:.{1,50}/
const mergeRe = /^(Mergepullrequest|Mergebranch)/
if (!commitRE.test(msg)) {
@@ -9,7 +8,6 @@ if (!commitRE.test(msg)) {
console.error('git commit error, needs title(scope): desc')
process.exit(1)
11
12
13
-else {
+} else {
14
console.log('git commit pass')
15
tests/index.spec.ts
@@ -1,3 +1,4 @@
test('first test', () => {
expect(1 + 1).toBe(2)
})
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments