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

Adjust env for root vs src

node relevant at the root, but not in src. Broser relevant in src, but not in root.
parent 5b7c557f
Branches
Tags
No related merge requests found
module.exports = {
env: {
node: true
}
};
module.exports = {
env: {
node: false,
browser: true
},
extends: ['scratch/es6', 'scratch/react']
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment