eslint-plugin-kaizai
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -5,5 +5,4 @@ "use strict"; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const no_console_log_1 = __importDefault(require("./no-console-log")); | ||
exports.default = { | ||
module.exports = { | ||
rule: { | ||
@@ -10,0 +9,0 @@ 'no-console-log': no_console_log_1.default |
{ | ||
"name": "eslint-plugin-kaizai", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import noConsoleLog from "./no-console-log" | ||
export default { | ||
'no-console-log': noConsoleLog | ||
export = { | ||
rule: { | ||
'no-console-log': noConsoleLog | ||
}, | ||
} |
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
271
18042