lintkit/eslint-kit

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.1.1) of this package.

Maintainers

Package info

github.com/lintkit/eslint-kit

Language:JavaScript

pkg:composer/lintkit/eslint-kit

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

0.1.1 2024-06-24 20:30 UTC

This package is auto-updated.

Last update: 2024-12-24 22:03:47 UTC


README

An opinionated configuration of ESLint.

Usage

GitLab

# Lint the PHP
.js:eslint:
  image: ghcr.io/lintkit/eslint-kit:1
  script:
    - /lintkit

GitHub

- name: Lint PHP
  uses: lintkit/eslint-kit@v1

Local

docker pull ghcr.io/lintkit/eslint-kit:1
docker run -it --rm -v $(pwd):/app ghcr.io/lintkit/eslint-kit