@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.
|
@@ -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
|