@ota-meshi/eslint-plugin 0.17.3 → 0.17.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,12 +7,7 @@ const fallback_js_1 = require("../../fallback.js");
7
7
  const any_parser_js_1 = require("../../../parsers/any-parser.js");
8
8
  const _md_js_1 = require("../../../config-helpers/+md.js");
9
9
  function buildTS(files) {
10
- return (0, module_js_1.requireOf)([
11
- "typescript",
12
- "typescript-eslint",
13
- "@typescript-eslint/eslint-plugin",
14
- "@typescript-eslint/parser",
15
- ], () => {
10
+ return (0, module_js_1.requireOf)(["typescript", "typescript-eslint"], () => {
16
11
  const tseslint = (0, module_js_1.requireFromCwd)("typescript-eslint");
17
12
  return [
18
13
  ...tseslint.config({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ota-meshi/eslint-plugin",
3
- "version": "0.17.3",
3
+ "version": "0.17.4",
4
4
  "description": "ESLint configuration plugin for me.",
5
5
  "repository": "git+https://github.com/ota-meshi/eslint-plugin.git",
6
6
  "homepage": "https://github.com/ota-meshi/eslint-plugin#readme",