feat: use yaml-eslint-parser (#63)
This commit is contained in:
parent
cc873c7f12
commit
3b079f9425
@ -30,6 +30,10 @@ module.exports = {
|
||||
'comma-dangle': ['error', 'never'],
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ["*.yaml", "*.yml"],
|
||||
parser: "yaml-eslint-parser",
|
||||
},
|
||||
{
|
||||
files: ['package.json'],
|
||||
parser: 'jsonc-eslint-parser',
|
||||
|
Loading…
Reference in New Issue
Block a user