-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When attempting to use @html-eslint/parser
, eslint --cache
throws an error as the parser lacks a meta object:
Error: Could not serialize parser object (missing 'meta' object).
Config (eslint.config.js):
import htmlPlugin from "@html-eslint/eslint-plugin";
export default [
htmlPlugin.configs["flat/recommended"]
];
yeonjuan
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working