Skip to content

Parser requires meta object #184

@Logicer16

Description

@Logicer16

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"]
];

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions