Commit dba36681 authored by Ray Schamp's avatar Ray Schamp

Restore JSON linting

parent 590f505a
module.exports = { module.exports = {
extends: ['scratch', 'scratch/node'] extends: ['scratch', 'scratch/node'],
plugins: ['json']
}; };
...@@ -55,7 +55,7 @@ test: ...@@ -55,7 +55,7 @@ test:
@make tap @make tap
lint: lint:
$(ESLINT) . --ext .js,.jsx $(ESLINT) . --ext .js,.jsx,.json
$(SASSLINT) ./src/*.scss $(SASSLINT) ./src/*.scss
$(SASSLINT) ./src/**/*.scss $(SASSLINT) ./src/**/*.scss
......
...@@ -6,5 +6,6 @@ module.exports = { ...@@ -6,5 +6,6 @@ module.exports = {
}, },
globals: { globals: {
process: true 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