@keyanz/eslint-plugin
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -18,9 +18,19 @@ "use strict"; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __importStar = (this && this.__importStar) || (function () { | ||
var ownKeys = function(o) { | ||
ownKeys = Object.getOwnPropertyNames || function (o) { | ||
var ar = []; | ||
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; | ||
return ar; | ||
}; | ||
return ownKeys(o); | ||
}; | ||
return function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
})(); | ||
const unsafeCasting = __importStar(require("../rules/unsafe-casting")); | ||
@@ -27,0 +37,0 @@ const plugin = { |
{ | ||
"name": "@keyanz/eslint-plugin", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"license": "MIT", | ||
@@ -10,8 +10,8 @@ "main": "./dist/public/index.js", | ||
"dependencies": { | ||
"@typescript-eslint/utils": "^7.11.0" | ||
"@typescript-eslint/utils": "^7.18.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint/eslintrc": "^3.1.0", | ||
"@typescript-eslint/rule-tester": "^7.11.0", | ||
"eslint": "^8.57.0" | ||
"@eslint/eslintrc": "^3.2.0", | ||
"@typescript-eslint/rule-tester": "^7.18.0", | ||
"eslint": "^8.57.1" | ||
}, | ||
@@ -18,0 +18,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
12586
163