eslint-compat-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>eslint-compat-utils</artifactId> <version>0.5.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-compat-utils</artifactId> <version>0.5.1</version> <name>eslint-compat-utils</name> <description>Provides an API for ESLint custom rules that is compatible with the latest ESLint even when using older ESLint.</description> <url>https://github.com/ota-meshi/eslint-compat-utils#readme</url> <organization> <name>Yosuke Ota</name> <url>https://github.com/ota-meshi/eslint-compat-utils#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>ota-meshi</name> <email>otameshiyo23@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/ota-meshi/eslint-compat-utils.git</connection> <developerConnection>https://github.com/ota-meshi/eslint-compat-utils.git</developerConnection> <url>https://github.com/ota-meshi/eslint-compat-utils</url> </scm> <issueManagement> <url>https://github.com/ota-meshi/eslint-compat-utils/issues</url> </issueManagement> <properties> <org.mvnpm-eslint.version>[6.0.0,)</org.mvnpm-eslint.version> <org.mvnpm-semver.version>[7.5.4,8)</org.mvnpm-semver.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>semver</artifactId> <version>${org.mvnpm-semver.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>eslint</artifactId> <version>${org.mvnpm-eslint.version}</version> </dependency> </dependencies> </project>