Skip to content

Commit 2cb0a5e

Browse files
Merge pull request #5705 from nimrod-becker/removing_failing_tests
Bump dependencies version, packsage version and update eslint
2 parents 5929974 + 5807e99 commit 2cb0a5e

File tree

3 files changed

+305
-164
lines changed

3 files changed

+305
-164
lines changed

.eslintrc.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ module.exports = {
1010
},
1111

1212
parserOptions: {
13-
ecmaVersion: 2017,
14-
ecmaFeatures: {
15-
experimentalObjectRestSpread: true
16-
},
13+
ecmaVersion: 2018,
1714
},
1815

1916

@@ -31,6 +28,15 @@ module.exports = {
3128

3229
rules: {
3330

31+
//////////////////////////////////////////////////////////////////////
32+
// //
33+
// TODO FIX //
34+
// //
35+
// Probably best to fix these once we get to it //
36+
// //
37+
//////////////////////////////////////////////////////////////////////
38+
39+
'require-atomic-updates': 'off',
3440

3541
//////////////////////////////////////////////////////////////////////
3642
// //
@@ -120,6 +126,8 @@ module.exports = {
120126
'asyncArrow': 'always'
121127
}],
122128

129+
'function-call-argument-newline': 'off',
130+
123131
'space-unary-ops': ['error', { words: false, nonwords: false }],
124132

125133
// max line length is 80 by default, allow some slack

0 commit comments

Comments
 (0)