@saasmakers/eslint 0.1.21 → 0.1.23

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.
@@ -22587,7 +22587,8 @@ const config = [
22587
22587
  })
22588
22588
  ]),
22589
22589
  rules: {
22590
- "n/no-unsupported-features/node-builtins": "off"
22590
+ "n/no-unsupported-features/node-builtins": "off",
22591
+ "vue/multi-word-component-names": "off"
22591
22592
  }
22592
22593
  }
22593
22594
  ];
@@ -22559,7 +22559,8 @@ const config = [
22559
22559
  })
22560
22560
  ]),
22561
22561
  rules: {
22562
- "n/no-unsupported-features/node-builtins": "off"
22562
+ "n/no-unsupported-features/node-builtins": "off",
22563
+ "vue/multi-word-component-names": "off"
22563
22564
  }
22564
22565
  }
22565
22566
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "repository": {