@elementx-ai/eslint-config 8.0.1 → 8.0.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  This repository adheres to semantic versioning and follows the conventions of [keepachangelog.com](http://keepachangelog.com)
4
4
 
5
+ ## [8.0.2](https://github.com/elementx-ai/eslint-config/compare/v8.0.1...v8.0.2) (2025-01-08)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * Update README ([#31](https://github.com/elementx-ai/eslint-config/issues/31)) ([ae56e32](https://github.com/elementx-ai/eslint-config/commit/ae56e3278a17b3d3dee531cffbff377f74684978))
11
+
5
12
  ## [8.0.1](https://github.com/elementx-ai/eslint-config/compare/v8.0.0...v8.0.1) (2025-01-08)
6
13
 
7
14
 
package/README.md CHANGED
@@ -18,7 +18,7 @@ e.g. using the `ts` linting rules (additional rules can be added to the array)
18
18
 
19
19
  ```js
20
20
  // eslint.config.js
21
- import ts from "@elementx-ai/eslint-config/configs/ts";
21
+ import ts from "@elementx-ai/eslint-config/configs/ts.js";
22
22
 
23
23
  export default [
24
24
  ...ts,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementx-ai/eslint-config",
3
- "version": "8.0.1",
3
+ "version": "8.0.2",
4
4
  "description": "ElementX's ESLint Config",
5
5
  "license": "Unlicense",
6
6
  "repository": {