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
};

‎package-lock.json

+1,053-423
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/semver": "^7.3.9",
3434
"@typescript-eslint/eslint-plugin": "^5.12.0",
3535
"@typescript-eslint/parser": "^5.12.0",
36-
"eslint": "^8.9.0",
36+
"eslint": "^6.8.0",
3737
"jest": "^27.5.1",
3838
"ts-jest": "^27.1.3",
3939
"ts-node": "^10.5.0",

0 commit comments

Comments
 (0)
Please sign in to comment.