Open JounQin opened 1 year ago
@JounQin Agree! We should include the parser and plugin!
Does it mean this
...
{
"extends": [
"plugin:@html-eslint/recommended"
],
"files": ["src/**/*.html"],
"parser": "@html-eslint/parser",
"plugins": [
"@html-eslint"
],
"rules": {
...
}
}
...
is going to be replace with
...
{
"extends": [
"plugin:@html-eslint/recommended"
],
"files": ["src/**/*.html"],
"rules": {
...
}
}
...
?
Not sure why they are not included by default