eslint-plugin-yaml

Lint YAML files using ESLint

Downloads
191K
Stars
10
Committers
2

Bot releases are hidden (Show)

eslint-plugin-yaml - v1.0.3 Latest Release

Published by aminya 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/aminya/eslint-plugin-yaml/compare/v1.0.2...v1.0.3

eslint-plugin-yaml - v1.0.2

Published by aminya 4 months ago

What's Changed

Full Changelog: https://github.com/aminya/eslint-plugin-yaml/compare/v1.0.1...v1.0.2

eslint-plugin-yaml - v1.0.1

Published by aminya 4 months ago

What's Changed

Full Changelog: https://github.com/aminya/eslint-plugin-yaml/compare/v1.0.0...v1.0.1

eslint-plugin-yaml - v1.0.0

Published by aminya 4 months ago

What's Changed

Eslint 9 Support

Add the following to eslint.config.cjs:

const pluginYaml = require("esling-plugin-yaml")

module.exports = [pluginYaml.configs.recommended]

or to eslint.config.mjs:

import pluginYaml from "esling-plugin-yaml"

export default [pluginYaml.configs.recommended]

Breaking Change For Eslint 8

Eslint 8 support is now through the legacy config. See the readme.

{
  "plugins": ["yaml"],
  "extends": ["plugin:yaml/legacy"]
}

Full Changelog: https://github.com/aminya/eslint-plugin-yaml/compare/v0.5.0...v1.0.0

eslint-plugin-yaml -

Published by aminya over 3 years ago

Features

  • support YAML files that have multiple documents

Breaking changes

  • drop Node 10 support
eslint-plugin-yaml -

Published by aminya over 3 years ago

  • fix: the "Cannot read property 'buffer' of undefined" error
eslint-plugin-yaml -

Published by aminya over 3 years ago

  • Update js-yaml
  • Internal refactoring of the codebase
eslint-plugin-yaml -

Published by aminya over 3 years ago

fix: use Map to store the file content #63

eslint-plugin-yaml -

Published by aminya over 3 years ago

Update (types, dependencies, etc) #62

No breaking change

eslint-plugin-yaml - v0.1.3

Published by aminya over 4 years ago

eslint-plugin-yaml - v0.1.2

Published by aminya over 4 years ago

eslint-plugin-yaml - v0.1.0

Published by aminya over 4 years ago