Skip to content

Commit

Permalink
[devex] rm eslint plugin react refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumejparis committed Dec 19, 2023
1 parent 086ca96 commit 840119f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 304 deletions.
2 changes: 0 additions & 2 deletions opencti-platform/opencti-front/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module.exports = {
plugins: [
'import-newlines',
'custom-rules',
'react-refresh',
],
rules: {
'custom-rules/classes-rule': 1,
Expand Down Expand Up @@ -88,6 +87,5 @@ module.exports = {
'react/jsx-indent': [2, 2],
'react/jsx-indent-props': [2, 2],
'react/jsx-closing-bracket-location': 'error',
'react-refresh/only-export-components': ['warn', { checkJS: true, allowConstantExport: true }],
},
};
Loading

0 comments on commit 840119f

Please sign in to comment.