Fix linting

This commit is contained in:
Paul Kaplan 2018-05-14 14:28:36 -04:00
parent df09f10e6c
commit 40ccb3c75c

View file

@ -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
}
}
};