# -*- 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.11.0
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  1a766a682f1c6a18be63db9ff3e4903f24f26df2 \
                    sha256  2c1c9adad9ba0d7c8b885216a920a46eb4c1d400d04f8baafe2b281aaea945f0 \
                    size    627973

# 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
