Skip to content

Commit ec38020

Browse files
SonataCIgithub-actions[bot]
authored andcommitted
DevKit updates
1 parent 143f552 commit ec38020

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
},
2323
plugins: ['header'],
2424
rules: {
25+
'arrow-body-style': 'off',
2526
'header/header': [
2627
2,
2728
'block',
@@ -38,5 +39,7 @@ module.exports = {
3839
2,
3940
],
4041
'import/no-webpack-loader-syntax': 'off',
42+
'lines-between-class-members': 'off',
43+
'no-param-reassign': ['error', { 'props': false }],
4144
},
4245
};

0 commit comments

Comments
 (0)