eslint-plugin-yaml

v1.0.3
Lint YAML files
eslint eslintplugin eslint-plugin yaml yml eslint-plugin-yaml eslint-plugin-yml

build

tsc -p ./src/tsconfig.esm.json && tsc -p ./src/tsconfig.json

format

prettier . --write

link.self

pnpm link .

lint

run-s link.self build && eslint . --fix

test

run-s link.self build && run-p test.mjs test.cjs test.eslint8 test.format test.lint

test.cjs

eslint spec/**/*.{yml,yaml} --config ./eslint.config.cjs

test.eslint8

cross-env ESLINT_USE_FLAT_CONFIG=false npx eslint@8 spec/**/*.{yml,yaml} --config .eslintrc.cjs

test.format

prettier . --check

test.lint

eslint .

test.mjs

eslint spec/**/*.{yml,yaml} --config ./eslint.config.mjs
npm i eslint-plugin-yaml

Metadata

  • MIT
  • >=12
  • Amin Yahyaabadi, Peter deHaan
  • released 6/30/2024

Downloads

Maintainers

Amin Yahyaabadi, Peter deHaan