Skip to content

Commit b7b37f4

Browse files
committedFeb 16, 2022
Further attempt to stop github actions problem
1 parent 52adf0d commit b7b37f4

File tree

3 files changed

+1058
-424
lines changed

3 files changed

+1058
-424
lines changed
 

‎.eslintrc.js

+4
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ module.exports = {
88
'eslint:recommended',
99
'plugin:@typescript-eslint/recommended',
1010
],
11+
"rules": {
12+
"no-loss-of-precision": "off",
13+
"@typescript-eslint/no-loss-of-precision": ["off"]
14+
},
1115
};

0 commit comments

Comments
 (0)
Please sign in to comment.