Socket
Socket
Sign inDemoInstall

eslint-plugin-kaizai

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-kaizai - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

8

dist/config/all.js

@@ -5,3 +5,9 @@ "use strict";

parser: '@typescript-eslint/parser',
parserOptions: { sourceType: 'module' },
parserOptions: {
sourceType: 'module',
ecmaVersion: 6,
},
env: {
es6: true
},
};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {};
exports.default = {
plugins: ['kaizai'],
env: ['browser'],
rule: {
'xxx': 1
}
};
// extends: ["plugin:x/recommended"]

2

dist/rules/no-return-type.js

@@ -10,3 +10,3 @@ "use strict";

docs: {
description: "Disallow console.log",
description: "Without return type",
recommended: "error"

@@ -13,0 +13,0 @@ },

{
"name": "eslint-plugin-kaizai",
"version": "1.0.16",
"version": "1.0.17",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

export default {
parser: '@typescript-eslint/parser',
parserOptions: { sourceType: 'module' },
parserOptions: {
sourceType: 'module',
ecmaVersion: 6,
},
env: {
es6: true
},
};
export default {
}
plugins: ['kaizai'],
env: ['browser'],
rule: {
'xxx': 1
}
}
// extends: ["plugin:x/recommended"]

@@ -13,3 +13,3 @@ import { ESLintUtils, TSESTree } from "@typescript-eslint/experimental-utils";

docs: {
description: "Disallow console.log",
description: "Without return type",
recommended: "error"

@@ -16,0 +16,0 @@ },

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