@blumintinc/eslint-plugin-blumint 0.1.4-s → 0.1.5

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
@@ -13,7 +13,7 @@ const prefer_type_over_interface_1 = require("./rules/prefer-type-over-interface
13
13
  module.exports = {
14
14
  meta: {
15
15
  name: '@blumintinc/eslint-plugin-blumint',
16
- version: '0.1.4',
16
+ version: '0.1.5',
17
17
  },
18
18
  parseOptions: {
19
19
  ecmaVersion: 2020,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blumintinc/eslint-plugin-blumint",
3
- "version": "0.1.4s",
3
+ "version": "0.1.5",
4
4
  "description": "Custom eslint rules for use at BluMint",
5
5
  "keywords": [
6
6
  "eslint",