Skip to content

Commit

Permalink
fix: remove json lint
Browse files Browse the repository at this point in the history
  • Loading branch information
feerglas committed Aug 19, 2020
1 parent 90ddd97 commit 934a5bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ module.exports = {
sourceType: 'module'
},
plugins: [
'yaml',
'json'
],
extends: [
'plugin:json/recommended'
'yaml'
]
};
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 934a5bf

Please sign in to comment.