eslint-plugin-kaizai
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -7,5 +7,3 @@ "use strict"; | ||
module.exports = { | ||
rule: { | ||
'no-console-log': no_console_log_1.default | ||
}, | ||
'no-console-log': no_console_log_1.default | ||
}; |
{ | ||
"name": "eslint-plugin-kaizai", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import all from './all'; | ||
import recommended from './recommended'; | ||
const allConfigs = { | ||
@@ -5,0 +6,0 @@ all, |
import noConsoleLog from "./no-console-log" | ||
export = { | ||
rule: { | ||
'no-console-log': noConsoleLog | ||
}, | ||
'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
19460
322