Skip to content

Commit

Permalink
chore: remove lint rule needed while building analytics components
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Jun 20, 2023
1 parent 2c235d7 commit d9d2366
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ const { config } = require('@dhis2/cli-style')

module.exports = {
extends: [config.eslintReact, 'plugin:cypress/recommended'],
rules: {
// TODO: remove after extracting components
'react/no-unknown-property': ['error', { ignore: ['jsx'] }],
},
}

0 comments on commit d9d2366

Please sign in to comment.