@newsteam/eslint-config 0.0.117 → 0.0.118

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.
@@ -108,6 +108,9 @@ declare const _default: {
108
108
  args: {
109
109
  arguments: boolean;
110
110
  };
111
+ dev: {
112
+ development: boolean;
113
+ };
111
114
  doc: {
112
115
  document: boolean;
113
116
  };
@@ -629,6 +629,10 @@ module.exports = {
629
629
  // This is a reserved keyword in some cases - don't replace into this
630
630
  arguments: false
631
631
  },
632
+ dev: {
633
+ // Term isn't overloaded - allow abbreviation
634
+ development: false
635
+ },
632
636
  doc: {
633
637
  // Term isn't overloaded - allow abbreviation
634
638
  document: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newsteam/eslint-config",
3
- "version": "0.0.117",
3
+ "version": "0.0.118",
4
4
  "description": "Shared config for eslint",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "types": "./lib/cjs/index.d.ts",