@newsteam/eslint-config 0.0.151 → 0.0.152

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.
@@ -50,6 +50,9 @@ declare const _default: {
50
50
  export: {
51
51
  before: boolean;
52
52
  };
53
+ if: {
54
+ after: boolean;
55
+ };
53
56
  import: {
54
57
  before: boolean;
55
58
  };
@@ -230,6 +230,9 @@ var rules = {
230
230
  export: {
231
231
  before: false
232
232
  },
233
+ if: {
234
+ after: false
235
+ },
233
236
  import: {
234
237
  before: false
235
238
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newsteam/eslint-config",
3
- "version": "0.0.151",
3
+ "version": "0.0.152",
4
4
  "description": "Shared config for eslint",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "types": "./lib/cjs/index.d.ts",