@open-turo/eslint-config-typescript 16.0.0-pr-373.12.1.1 → 16.0.0-pr-373.13.1.1

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/README.md CHANGED
@@ -27,6 +27,13 @@ const turoConfig = require("@open-turo/eslint-config-typescript");
27
27
  module.exports = turoConfig();
28
28
  ```
29
29
 
30
+ The `turoConfig` function accepts an options object with the following properties:
31
+
32
+ - `allowModules` - List of modules to allow in the `n/no-unpublished-import` rule
33
+ - `ignores` - List of patterns to ignore. Defaults to `["@jest/globals", "nock"]`
34
+ - `typescript` - Whether to include typescript rules. Defaults to `true`
35
+ - `ecmaVersion` - The ECMAScript version to use. Defaults to `latest`
36
+
30
37
  ### **[.eslintrc](https://eslint.org/docs/latest/use/configure/configuration-files)** (legacy example)
31
38
 
32
39
  ```jsonc
package/package.json CHANGED
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "repository": "https://github.com/open-turo/eslint-config-typescript",
57
- "version": "16.0.0-pr-373.12.1.1"
57
+ "version": "16.0.0-pr-373.13.1.1"
58
58
  }