# -*- 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.10.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  5212c28813b64c749854823797874290c4de38df \
                    sha256  897c8ff1a16dbc0420d9815b59bfbad27d079c3ddaef6ee1099bb4b4593c0031 \
                    size    622303

# 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
