lintkit/eslint-kit

There is no license information available for the latest version (0.1.1) of this package.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:JavaScript

0.1.1 2024-06-24 20:30 UTC

This package is auto-updated.

Last update: 2024-10-24 21:35:32 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