@elementx-ai/eslint-config 7.0.0 → 7.0.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/CHANGELOG.md +7 -0
- package/README.md +2 -2
- package/package.json +1 -1
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
|
+
## [7.0.1](https://github.com/elementx-ai/eslint-config/compare/v7.0.0...v7.0.1) (2023-04-20)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* Update README.md with company name ([#15](https://github.com/elementx-ai/eslint-config/issues/15)) ([464f5d0](https://github.com/elementx-ai/eslint-config/commit/464f5d0b7bcb37fb7212ef95af8742a789231e0c))
|
|
11
|
+
|
|
5
12
|
## [7.0.0](https://github.com/elementx-ai/eslint-config/compare/v6.3.0...v7.0.0) (2022-11-13)
|
|
6
13
|
|
|
7
14
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ElementX's Eslint Config
|
|
2
2
|
|
|
3
|
-
This package provides
|
|
3
|
+
This package provides ElementX's .eslintrc.yaml as an extensible [shared config](https://eslint.org/docs/developer-guide/shareable-configs) :sparkles:
|
|
4
4
|
|
|
5
5
|
## Install and Setup
|
|
6
6
|
|