eslint-config-heck 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/node.js +8 -0
  2. package/package.json +1 -1
package/node.js CHANGED
@@ -549,6 +549,14 @@ const rules = {
549
549
  "react/sort-comp": [
550
550
  "error",
551
551
  {
552
+ order: [
553
+ "static-variables",
554
+ "instance-variables",
555
+ "static-methods",
556
+ "lifecycle",
557
+ "render",
558
+ "everything-else",
559
+ ],
552
560
  groups: {
553
561
  render: ["render", "/^render.+$/"],
554
562
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "main": "index.js",
6
6
  "scripts": {