Skip to content

Commit 2a259ef

Browse files
committed
change rules of ts
1 parent e13109a commit 2a259ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/ts.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
"plugin:@typescript-eslint/eslint-recommended",
1111
"plugin:@typescript-eslint/recommended"
1212
],
13-
"rules": {}
13+
"rules": {
14+
"semi": "off"
15+
}
1416
}

0 commit comments

Comments
 (0)