Skip to content
Snippets Groups Projects
.eslintrc.js 63 B
Newer Older
  • Learn to ignore specific revisions
  • Ray Schamp's avatar
    Ray Schamp committed
    module.exports = {
    
        extends: ['scratch', 'scratch/node']
    
    Ray Schamp's avatar
    Ray Schamp committed
    };