# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           npm 1.0

name                eslint
version             10.8.1
revision            0

categories          devel
license             MIT
platforms           any
supported_archs     noarch
maintainers         {@oakimov} openmaintainer

description         Statically analyzes JavaScript and TypeScript to find problems

long_description    ESLint statically analyzes JavaScript and TypeScript code \
                    to find problems and fix them. Rules are configurable, and \
                    plugins can add rules, processors, and formatters for \
                    project-specific conventions.

homepage            https://eslint.org

checksums           rmd160  4512cc0c426b3af34af190c254a07a16eea5a5e3 \
                    sha256  1fc88add2fbe3ca8c070a6ff3d84a5bb3794c2dd4da056d8fc59dc640d17ee56 \
                    size    621163

# jiti is an optional peer dependency, needed to load a TypeScript
# eslint.config.ts. It resolves as a sibling in ${prefix}/lib/node_modules.
depends_lib-append  port:jiti
