Skip to content

Commit

Permalink
DevKit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored and github-actions[bot] committed Dec 11, 2024
1 parent 9d31745 commit e16b48e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
},
plugins: ['header'],
rules: {
'arrow-body-style': 'off',
'header/header': [
2,
'block',
Expand All @@ -38,5 +39,7 @@ module.exports = {
2,
],
'import/no-webpack-loader-syntax': 'off',
'lines-between-class-members': 'off',
'no-param-reassign': ['error', { 'props': false }],
},
};

0 comments on commit e16b48e

Please sign in to comment.