oxlint
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>oxlint</artifactId>
<version>1.79.0</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>oxlint</artifactId>
<version>1.79.0</version>
<name>oxlint</name>
<description>Linter for the JavaScript Oxidation Compiler</description>
<url>https://oxc.rs/docs/guide/usage/linter</url>
<organization>
<name>Boshen and oxc contributors</name>
<url>https://oxc.rs/docs/guide/usage/linter</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>boshen</name>
<email>boshenc@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/oxc-project/oxc.git</connection>
<developerConnection>https://github.com/oxc-project/oxc.git</developerConnection>
<url>https://github.com/oxc-project/oxc</url>
</scm>
<issueManagement>
<url>https://github.com/oxc-project/oxc/issues</url>
</issueManagement>
<properties>
<org.mvnpm-vite-plus.version>[0.2.9,)</org.mvnpm-vite-plus.version>
<org.mvnpm-oxlint-tsgolint.version>[7.0.2001,)</org.mvnpm-oxlint-tsgolint.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>vite-plus</artifactId>
<version>${org.mvnpm-vite-plus.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>oxlint-tsgolint</artifactId>
<version>${org.mvnpm-oxlint-tsgolint.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>