feat: use yaml-eslint-parser (#63)

This commit is contained in:
HBS
2021-10-09 07:32:28 +03:00
committed by GitHub
parent cc873c7f12
commit 3b079f9425

View File

@@ -30,6 +30,10 @@ module.exports = {
'comma-dangle': ['error', 'never'],
},
},
{
files: ["*.yaml", "*.yml"],
parser: "yaml-eslint-parser",
},
{
files: ['package.json'],
parser: 'jsonc-eslint-parser',