@elementx-ai/eslint-config 7.1.0 → 7.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/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.1.1](https://github.com/elementx-ai/eslint-config/compare/v7.1.0...v7.1.1) (2023-04-27)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * Fix padded block settings ([#19](https://github.com/elementx-ai/eslint-config/issues/19)) ([ccac560](https://github.com/elementx-ai/eslint-config/commit/ccac560aada866ab839445fe155ae6e80fd54078))
11
+
5
12
  ## [7.1.0](https://github.com/elementx-ai/eslint-config/compare/v7.0.1...v7.1.0) (2023-04-27)
6
13
 
7
14
 
package/lib/common.js CHANGED
@@ -111,6 +111,6 @@ module.exports = {
111
111
  groups: ["external", "builtin", "internal", "sibling", "parent", "index"],
112
112
  },
113
113
  ],
114
- "padded-blocks": "never",
114
+ "padded-blocks": ["error", "never"],
115
115
  },
116
116
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementx-ai/eslint-config",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Spark 64's eslint config",
5
5
  "license": "Unlicense",
6
6
  "repository": {