# -*- 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.9.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  032536d0b394b82c74ec88d42401dcaabfa9238c \
                    sha256  e7aebee5effb01785c583b3e0f2fb28018c88bc9eb52dc6896a2901c496af5b8 \
                    size    622074

# 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
