eslint-plugin-lit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>eslint-plugin-lit</artifactId> <version>2.1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>eslint-plugin-lit</artifactId> <version>2.1.1</version> <name>eslint-plugin-lit</name> <description>lit-html support for ESLint</description> <url>https://github.com/43081j/eslint-plugin-lit#readme</url> <organization> <name>James Garbutt</name> <url>https://github.com/43081j/eslint-plugin-lit#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>43081j</name> <email>43081james@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/43081j/eslint-plugin-lit.git</connection> <developerConnection>https://github.com/43081j/eslint-plugin-lit.git</developerConnection> <url>https://github.com/43081j/eslint-plugin-lit</url> </scm> <issueManagement> <url>https://github.com/43081j/eslint-plugin-lit/issues</url> </issueManagement> <properties> <org.mvnpm-parse5.version>[6.0.1,7)</org.mvnpm-parse5.version> <org.mvnpm-eslint.version>[8,)</org.mvnpm-eslint.version> <org.mvnpm-parse5-htmlparser2-tree-adapter.version>[6.0.1,7)</org.mvnpm-parse5-htmlparser2-tree-adapter.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>parse5</artifactId> <version>${org.mvnpm-parse5.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>parse5-htmlparser2-tree-adapter</artifactId> <version>${org.mvnpm-parse5-htmlparser2-tree-adapter.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>eslint</artifactId> <version>${org.mvnpm-eslint.version}</version> </dependency> </dependencies> </project>