Commit dba36681 authored by Ray Schamp's avatar Ray Schamp

Restore JSON linting

parent 590f505a
module.exports = {
extends: ['scratch', 'scratch/node']
extends: ['scratch', 'scratch/node'],
plugins: ['json']
};
......@@ -55,7 +55,7 @@ test:
@make tap
lint:
$(ESLINT) . --ext .js,.jsx
$(ESLINT) . --ext .js,.jsx,.json
$(SASSLINT) ./src/*.scss
$(SASSLINT) ./src/**/*.scss
......
......@@ -6,5 +6,6 @@ module.exports = {
},
globals: {
process: true
}
},
plugins: ['json']
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment