eslint-plugin-kaizai
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -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"] |
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24289
482