Skip to content

Commit 7df164d

Browse files
authored
Bump npm pkg version for hashFiles. (#4122)
1 parent a54f380 commit 7df164d

File tree

4 files changed

+623
-678
lines changed

4 files changed

+623
-678
lines changed

src/Misc/expressionFunc/hashFiles/.eslintrc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plugins": ["@typescript-eslint"],
2+
"plugins": ["@typescript-eslint", "@stylistic"],
33
"extends": ["plugin:github/recommended"],
44
"parser": "@typescript-eslint/parser",
55
"parserOptions": {
@@ -26,7 +26,7 @@
2626
],
2727
"camelcase": "off",
2828
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
29-
"@typescript-eslint/func-call-spacing": ["error", "never"],
29+
"@stylistic/func-call-spacing": ["error", "never"],
3030
"@typescript-eslint/no-array-constructor": "error",
3131
"@typescript-eslint/no-empty-interface": "error",
3232
"@typescript-eslint/no-explicit-any": "error",
@@ -47,8 +47,8 @@
4747
"@typescript-eslint/promise-function-async": "error",
4848
"@typescript-eslint/require-array-sort-compare": "error",
4949
"@typescript-eslint/restrict-plus-operands": "error",
50-
"@typescript-eslint/semi": ["error", "never"],
51-
"@typescript-eslint/type-annotation-spacing": "error",
50+
"@stylistic/semi": ["error", "never"],
51+
"@stylistic/type-annotation-spacing": "error",
5252
"@typescript-eslint/unbound-method": "error",
5353
"filenames/match-regex" : "off",
5454
"github/no-then" : 1, // warning

0 commit comments

Comments
 (0)