Skip to content
Snippets Groups Projects
.eslintrc.js 173 B
Newer Older
  • Learn to ignore specific revisions
  • module.exports = {
    
    Ray Schamp's avatar
    Ray Schamp committed
        env: {
            node: false,
            browser: true
        },
    
        extends: ['scratch/es6', 'scratch/react'],
        globals: {
            process: true
        }