Skip to content

Examples is using '@typescript-eslint/parser' #795

@msksk

Description

@msksk

Examples in README imports typescript-eslint parser with an old format:

import tsParser from "@typescript-eslint/parser";

To keep it consistent with eslint-plugin-svelte, it would be better to replace it with import ts from "typescript-eslint"; and ts.parser.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions