@elementx-ai/eslint-config 7.0.0 → 7.1.0

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,20 @@
2
2
 
3
3
  This repository adheres to semantic versioning and follows the conventions of [keepachangelog.com](http://keepachangelog.com)
4
4
 
5
+ ## [7.1.0](https://github.com/elementx-ai/eslint-config/compare/v7.0.1...v7.1.0) (2023-04-27)
6
+
7
+
8
+ ### Features
9
+
10
+ * Remove padded blocks ([#17](https://github.com/elementx-ai/eslint-config/issues/17)) ([fd47010](https://github.com/elementx-ai/eslint-config/commit/fd47010f2d06e3efeddc1ba0d2213f0cd8d98fd4))
11
+
12
+ ## [7.0.1](https://github.com/elementx-ai/eslint-config/compare/v7.0.0...v7.0.1) (2023-04-20)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * 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))
18
+
5
19
  ## [7.0.0](https://github.com/elementx-ai/eslint-config/compare/v6.3.0...v7.0.0) (2022-11-13)
6
20
 
7
21
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Spark 64's Eslint Config
1
+ # ElementX's Eslint Config
2
2
 
3
- This package provides Spark 64's .eslintrc.yaml as an extensible [shared config](https://eslint.org/docs/developer-guide/shareable-configs) :sparkles:
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
 
package/lib/common.js CHANGED
@@ -111,5 +111,6 @@ module.exports = {
111
111
  groups: ["external", "builtin", "internal", "sibling", "parent", "index"],
112
112
  },
113
113
  ],
114
+ "padded-blocks": "never",
114
115
  },
115
116
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementx-ai/eslint-config",
3
- "version": "7.0.0",
3
+ "version": "7.1.0",
4
4
  "description": "Spark 64's eslint config",
5
5
  "license": "Unlicense",
6
6
  "repository": {