@blumintinc/eslint-plugin-blumint 1.20.156 → 1.20.157
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/lib/index.js +1 -1
- package/lib/rules/enforce-positive-naming.js +19 -0
- package/package.json +1 -1
- package/release-manifest.json +14 -0
package/lib/index.js
CHANGED
|
@@ -55,7 +55,10 @@ const IN_EXCEPTIONS = [
|
|
|
55
55
|
'increases',
|
|
56
56
|
'increasing',
|
|
57
57
|
'increasingly',
|
|
58
|
+
'increment',
|
|
58
59
|
'incremental',
|
|
60
|
+
'incremented',
|
|
61
|
+
'incrementing',
|
|
59
62
|
'increments',
|
|
60
63
|
'incriminating',
|
|
61
64
|
'incubation',
|
|
@@ -190,8 +193,11 @@ const IN_EXCEPTIONS = [
|
|
|
190
193
|
'inhaling',
|
|
191
194
|
'inherent',
|
|
192
195
|
'inherently',
|
|
196
|
+
'inherit',
|
|
193
197
|
'inheritance',
|
|
194
198
|
'inherited',
|
|
199
|
+
'inheriting',
|
|
200
|
+
'inherits',
|
|
195
201
|
'initial',
|
|
196
202
|
'initially',
|
|
197
203
|
'initials',
|
|
@@ -219,6 +225,10 @@ const IN_EXCEPTIONS = [
|
|
|
219
225
|
'inland',
|
|
220
226
|
'inlay',
|
|
221
227
|
'inlet',
|
|
228
|
+
'inline',
|
|
229
|
+
'inlined',
|
|
230
|
+
'inlines',
|
|
231
|
+
'inlining',
|
|
222
232
|
'inmate',
|
|
223
233
|
'inmates',
|
|
224
234
|
'inn',
|
|
@@ -294,6 +304,10 @@ const IN_EXCEPTIONS = [
|
|
|
294
304
|
'instances',
|
|
295
305
|
'instant',
|
|
296
306
|
'instantaneous',
|
|
307
|
+
'instantiate',
|
|
308
|
+
'instantiated',
|
|
309
|
+
'instantiates',
|
|
310
|
+
'instantiating',
|
|
297
311
|
'instantly',
|
|
298
312
|
'instead',
|
|
299
313
|
'instigated',
|
|
@@ -340,6 +354,11 @@ const IN_EXCEPTIONS = [
|
|
|
340
354
|
'intake',
|
|
341
355
|
'integer',
|
|
342
356
|
'integers',
|
|
357
|
+
'integrate',
|
|
358
|
+
'integrated',
|
|
359
|
+
'integrates',
|
|
360
|
+
'integrating',
|
|
361
|
+
'integration',
|
|
343
362
|
'intel',
|
|
344
363
|
'intellect',
|
|
345
364
|
'intellectual',
|
package/package.json
CHANGED
package/release-manifest.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"version": "1.20.157",
|
|
4
|
+
"date": "2026-08-16T06:24:21.626Z",
|
|
5
|
+
"rules": [
|
|
6
|
+
{
|
|
7
|
+
"name": "enforce-positive-naming",
|
|
8
|
+
"changeType": "fix",
|
|
9
|
+
"issues": [
|
|
10
|
+
2025
|
|
11
|
+
],
|
|
12
|
+
"summary": "treat the inherit/increment/integrate/instantiate/inline families as in- exceptions (closes #2025)"
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
},
|
|
2
16
|
{
|
|
3
17
|
"version": "1.20.156",
|
|
4
18
|
"date": "2026-08-15T18:39:54.919Z",
|