Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-yml

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-yml - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

lib/rules/no-multiple-empty-lines.d.ts

1

lib/configs/prettier.d.ts

@@ -12,2 +12,3 @@ declare const _default: {

"yml/key-spacing": string;
"yml/no-multiple-empty-lines": string;
"yml/quotes": string;

@@ -14,0 +15,0 @@ };

@@ -19,4 +19,5 @@ "use strict";

"yml/key-spacing": "off",
"yml/no-multiple-empty-lines": "off",
"yml/quotes": "off",
},
};

@@ -63,2 +63,3 @@ import type { RuleModule } from "./types";

"yml/key-spacing": string;
"yml/no-multiple-empty-lines": string;
"yml/quotes": string;

@@ -65,0 +66,0 @@ };

@@ -23,2 +23,3 @@ "use strict";

const no_irregular_whitespace_1 = __importDefault(require("../rules/no-irregular-whitespace"));
const no_multiple_empty_lines_1 = __importDefault(require("../rules/no-multiple-empty-lines"));
const no_tab_indent_1 = __importDefault(require("../rules/no-tab-indent"));

@@ -48,2 +49,3 @@ const plain_scalar_1 = __importDefault(require("../rules/plain-scalar"));

no_irregular_whitespace_1.default,
no_multiple_empty_lines_1.default,
no_tab_indent_1.default,

@@ -50,0 +52,0 @@ plain_scalar_1.default,

10

package.json
{
"name": "eslint-plugin-yml",
"version": "0.11.0",
"version": "0.12.0",
"description": "This ESLint plugin provides linting rules for YAML.",

@@ -62,3 +62,3 @@ "main": "lib/index.js",

"@types/debug": "^4.1.5",
"@types/eslint": "^7.2.0",
"@types/eslint": "^8.0.0",
"@types/eslint-scope": "^3.7.0",

@@ -88,3 +88,3 @@ "@types/eslint-visitor-keys": "^1.0.0",

"eslint-plugin-vue": "^8.0.0",
"eslint-plugin-yml": "^0.10.0",
"eslint-plugin-yml": "^0.11.0",
"eslint4b": "^7.3.1",

@@ -100,6 +100,6 @@ "espree": "^9.0.0",

"stylelint-config-recommended-vue": "^1.0.0",
"stylelint-config-standard": "^23.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-plugin-stylus": "^0.13.0",
"ts-node": "^10.0.0",
"typescript": "~4.4.3",
"typescript": "~4.5.0",
"vue-eslint-editor": "^1.1.0",

@@ -106,0 +106,0 @@ "vue-eslint-parser": "^8.0.0",

@@ -191,2 +191,3 @@ # Introduction

| [yml/no-irregular-whitespace](https://ota-meshi.github.io/eslint-plugin-yml/rules/no-irregular-whitespace.html) | disallow irregular whitespace | | :star: | :star: |
| [yml/no-multiple-empty-lines](https://ota-meshi.github.io/eslint-plugin-yml/rules/no-multiple-empty-lines.html) | disallow multiple empty lines | :wrench: | | |
| [yml/sort-keys](https://ota-meshi.github.io/eslint-plugin-yml/rules/sort-keys.html) | require mapping keys to be sorted | :wrench: | | |

@@ -193,0 +194,0 @@ | [yml/spaced-comment](https://ota-meshi.github.io/eslint-plugin-yml/rules/spaced-comment.html) | enforce consistent spacing after the `#` in a comment | :wrench: | | :star: |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc