Skip to content
Snippets Groups Projects
Commit ccc8a1e2 authored by Ray Schamp's avatar Ray Schamp
Browse files

Don't use node rules in src/ eslint config

parent 865a2916
Branches
Tags
No related merge requests found
module.exports = {
root: true,
extends: ['scratch', 'scratch/es6', 'scratch/react'],
env: {
node: false,
browser: true
},
extends: ['scratch/es6', 'scratch/react'],
globals: {
process: true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment