Skip to content

Commit

Permalink
Merge pull request #263 from openedx/revert-261-ttracy/new-linting-rules
Browse files Browse the repository at this point in the history
Revert "chore: update linting rules to prevent warnings"
  • Loading branch information
Tj-Tracy authored Oct 18, 2022
2 parents 3496be9 + 630fd62 commit c0225cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ module.exports = createConfig('eslint', {
'import/no-dynamic-require': 'off',
'global-require': 'off',
'no-template-curly-in-string': 'off',
'import/no-import-module-export': 'off',
'react/function-component-definition': [2, { namedComponents: 'arrow-function' }],
},
});

0 comments on commit c0225cc

Please sign in to comment.