@blumintinc/eslint-plugin-blumint 1.12.4 → 1.12.6

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -108,7 +108,7 @@ const no_undefined_null_passthrough_1 = require("./rules/no-undefined-null-passt
108
108
  module.exports = {
109
109
  meta: {
110
110
  name: '@blumintinc/eslint-plugin-blumint',
111
- version: '1.12.4',
111
+ version: '1.12.6',
112
112
  },
113
113
  parseOptions: {
114
114
  ecmaVersion: 2020,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blumintinc/eslint-plugin-blumint",
3
- "version": "1.12.4",
3
+ "version": "1.12.6",
4
4
  "description": "Custom eslint rules for use within BluMint",
5
5
  "author": {
6
6
  "name": "Brodie McGuire",