nollm 0.5.0 → 0.6.0
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/package.json +1 -1
- package/src/rules.js +10 -0
package/package.json
CHANGED
package/src/rules.js
CHANGED
|
@@ -270,6 +270,16 @@ const PR_TALK = [
|
|
|
270
270
|
"existing behavior",
|
|
271
271
|
"existing behaviour",
|
|
272
272
|
"unchanged from",
|
|
273
|
+
// Explaining a step that is not there
|
|
274
|
+
"nothing to disable",
|
|
275
|
+
"nothing to turn off",
|
|
276
|
+
"nothing to uninstall",
|
|
277
|
+
"nothing to revert",
|
|
278
|
+
"nothing to opt out of",
|
|
279
|
+
"no need to disable",
|
|
280
|
+
"no need to turn off",
|
|
281
|
+
"no need to uninstall",
|
|
282
|
+
"no need to revert",
|
|
273
283
|
// Leaving things as they were
|
|
274
284
|
"keeping it off",
|
|
275
285
|
"keeping it on",
|