mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-05-17 00:22:45 -04:00
style: suppress new eslint-plugin-react errors
This commit is contained in:
parent
95c2af9f15
commit
3fadd45f11
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ module.exports = {
|
|||
browser: true
|
||||
},
|
||||
rules: {
|
||||
// BEGIN: these caused trouble after upgrading eslint-plugin-react from 7.20.3 to 7.33.2
|
||||
'react/forbid-prop-types': 'off',
|
||||
'react/no-unknown-property': 'off',
|
||||
// END: these caused trouble after upgrading eslint-plugin-react from 7.20.3 to 7.33.2
|
||||
'import/no-mutable-exports': 'error',
|
||||
'import/no-commonjs': 'error',
|
||||
'import/no-amd': 'error',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue