mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Fix linting
This commit is contained in:
parent
df09f10e6c
commit
40ccb3c75c
1 changed files with 5 additions and 0 deletions
|
@ -9,5 +9,10 @@ module.exports = {
|
|||
'import/no-commonjs': 'error',
|
||||
'import/no-amd': 'error',
|
||||
'import/no-nodejs-modules': 'error'
|
||||
},
|
||||
settings: {
|
||||
react: {
|
||||
version: '16.2' // Prevent 16.3 lifecycle method errors
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue