diff --git a/.eslintrc.js b/.eslintrc.js index 834ec50e..439fa920 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,10 +8,6 @@ module.exports = { sourceType: 'module' }, plugins: [ - 'yaml', - 'json' - ], - extends: [ - 'plugin:json/recommended' + 'yaml' ] }; diff --git a/package.json b/package.json index 02945b6c..284ff695 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,7 @@ "build": "npm run figma:extract && npm run build:stiledictionary", "build:stiledictionary": "node ./build.js", "figma:extract": "node figmaExtractor/figmaExtractor.js", - "lint": "npm run lint:json && npm run lint:yml", - "lint:json": "eslint ./ --ext .json", + "lint": "npm run lint:yml", "lint:yml": "eslint ./ --ext .yml,.yaml", "semantic-release": "semantic-release" },