eslint-plugin-lit

  • Version 1.15.0
  • Published
  • 141 kB
  • 3 dependencies
  • MIT license

Install

npm i eslint-plugin-lit
yarn add eslint-plugin-lit
pnpm add eslint-plugin-lit

Overview

lit-html support for ESLint

Index

Variables

variable configs

const configs: {
all: ESLint.ConfigData<any>;
'flat/all': any;
recommended: ESLint.ConfigData<any>;
'flat/recommended': any;
};

    variable rules

    const rules: Record<string, Rule.RuleModule>;

      Namespaces

      namespace espree

      module 'espree' {}

        function parse

        parse: (
        code: string,
        options?: Partial<{
        ecmaVersion: number;
        comment: boolean;
        tokens: boolean;
        range: boolean;
        loc: boolean;
        }>
        ) => any;

          namespace requireindex

          module 'requireindex' {}

            function requireindex

            requireindex: (d: string) => Record<string, unknown>;

              Package Files (3)

              Dependencies (3)

              Dev Dependencies (22)

              Peer Dependencies (1)

              Badge

              To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

              You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/eslint-plugin-lit.

              • Markdown
                [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/eslint-plugin-lit)
              • HTML
                <a href="https://www.jsdocs.io/package/eslint-plugin-lit"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>