.eslintrc.js 273 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 module.exports = { root: true, env: { browser: true, node: true }, extends: ['scratch', 'scratch/es6', 'scratch/react'], settings: { react: { version: '16.2' // Prevent 16.3 lifecycle method errors } } };