@robot-inventor/eslint-config 8.0.3 → 8.0.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.
package/dist/cjs/index.js CHANGED
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.eslintReactConfigNoJSDoc = exports.eslintReactConfig = exports.eslintConfig = exports.eslintConfigNoJSDoc = void 0;
7
7
  const typescript_eslint_1 = require("typescript-eslint");
8
8
  const js_1 = __importDefault(require("@eslint/js"));
9
- // eslint-disable-next-line import-x/default
10
9
  const eslint_config_prettier_1 = __importDefault(require("eslint-config-prettier"));
11
10
  const eslint_plugin_import_x_1 = __importDefault(require("eslint-plugin-import-x"));
12
11
  const eslint_plugin_jsdoc_1 = __importDefault(require("eslint-plugin-jsdoc"));
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "8.0.3",
3
+ "version": "8.0.4",
4
4
  "description": "My ESLint config preset",
5
5
  "type": "commonjs",
6
6
  "files": [
package/dist/esm/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  import { config, configs as tseslintConfigs } from "typescript-eslint";
2
2
  import eslint from "@eslint/js";
3
- // eslint-disable-next-line import-x/default
4
3
  import eslintConfigPrettier from "eslint-config-prettier";
5
4
  import importX from "eslint-plugin-import-x";
6
5
  import jsdoc from "eslint-plugin-jsdoc";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "8.0.3",
3
+ "version": "8.0.4",
4
4
  "description": "My ESLint config preset",
5
5
  "type": "module",
6
6
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "8.0.3",
3
+ "version": "8.0.4",
4
4
  "description": "My ESLint config preset",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",