@agilebot/eslint-config 0.3.3 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license @agilebot/eslint-config v0.3.3
2
+ * @license @agilebot/eslint-config v0.3.5
3
3
  *
4
4
  * Copyright (c) Agilebot, Inc. and its affiliates.
5
5
  *
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license @agilebot/eslint-config v0.3.3
2
+ * @license @agilebot/eslint-config v0.3.5
3
3
  *
4
4
  * Copyright (c) Agilebot, Inc. and its affiliates.
5
5
  *
@@ -487,7 +487,6 @@ __export(src_exports, {
487
487
  });
488
488
  module.exports = __toCommonJS(src_exports);
489
489
  init_cjs_shims();
490
- var import_eslint_bulk_suppressions = require("@rushstack/eslint-patch/eslint-bulk-suppressions");
491
490
 
492
491
  // src/factory/index.ts
493
492
  init_cjs_shims();
@@ -727,7 +726,7 @@ function imports(opts) {
727
726
  "test/**/*",
728
727
  "tests/**/*",
729
728
  "**/__tests__/**",
730
- "**/*.test.{ts,tsx}",
729
+ "**/*.test.{ts,tsx,js,jsx,cjs,mjs,mts,cts}",
731
730
  "**/*.config.{ts,js,cjs,mjs,mts,cts}",
732
731
  "**/.storybook/**",
733
732
  "**/*.stories.{ts,tsx}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilebot/eslint-config",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Agilebot's ESLint config",
5
5
  "bin": {
6
6
  "eslint-agilebot": "bin/eslint-agilebot"
@@ -20,7 +20,6 @@
20
20
  "dependencies": {
21
21
  "@cspell/eslint-plugin": "^8.7.0",
22
22
  "@eslint-react/eslint-plugin": "^1.5.10",
23
- "@rushstack/eslint-patch": "^1.10.2",
24
23
  "@stylistic/eslint-plugin": "^1.7.0",
25
24
  "@typescript-eslint/eslint-plugin": "~7.7.0",
26
25
  "@typescript-eslint/parser": "~7.7.0",
@@ -45,14 +44,14 @@
45
44
  "eslint-plugin-vue": "^9.25.0",
46
45
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
47
46
  "vue-eslint-parser": "^9.4.2",
48
- "@agilebot/eslint-utils": "0.3.3"
47
+ "@agilebot/eslint-utils": "0.3.5"
49
48
  },
50
49
  "devDependencies": {
51
50
  "eslint-config-love": "^47.0.0"
52
51
  },
53
52
  "peerDependencies": {
54
53
  "eslint": "^7.0.0 || ^8.0.0",
55
- "@agilebot/eslint-plugin": "0.3.3"
54
+ "@agilebot/eslint-plugin": "0.3.5"
56
55
  },
57
56
  "files": [
58
57
  "bin",