eslint-plugin-lit

  • Version 2.3.1
  • Published
  • 157 kB
  • 2 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>;
with: { 'resolution-mode': 'require' };
};

    variable plugin

    const plugin: ESLint.Plugin;

      variable rules

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

        variable RulesConfig

        const RulesConfig: any;

          Namespaces

          namespace espree

          module 'espree' {}

            function parse

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

              Package Files (2)

              Dependencies (2)

              Dev Dependencies (18)

              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>