diff --git a/.eslintrc.js b/.eslintrc.js index 6e862d78328..c41f112e336 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,4 @@ module.exports = { - extends: ['scratch', 'scratch/node', 'scratch/es6'], + extends: ['scratch', 'scratch/node', 'scratch/es6', 'plugin:json/recommended'], plugins: ['json'] };