@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 CHANGED
@@ -223,7 +223,7 @@ function noFrontendImportsFromFunctionsPatterns(pattern) {
223
223
  module.exports = {
224
224
  meta: {
225
225
  name: '@blumintinc/eslint-plugin-blumint',
226
- version: '1.20.156',
226
+ version: '1.20.157',
227
227
  },
228
228
  parseOptions: {
229
229
  ecmaVersion: 2020,
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blumintinc/eslint-plugin-blumint",
3
- "version": "1.20.156",
3
+ "version": "1.20.157",
4
4
  "description": "Custom eslint rules for use within BluMint",
5
5
  "author": {
6
6
  "name": "Brodie McGuire",
@@ -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",