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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',