@curev/eslint-config 0.3.4 → 0.3.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.
package/dist/index.cjs CHANGED
@@ -744,7 +744,8 @@ const StylisticConfigDefaults = {
744
744
  quotes: "double",
745
745
  semi: true,
746
746
  braceStyle: "1tbs",
747
- commaDangle: "never"
747
+ commaDangle: "never",
748
+ arrowParens: true
748
749
  };
749
750
  async function stylistic(options = {}) {
750
751
  const mergeOptions = {
package/dist/index.mjs CHANGED
@@ -715,7 +715,8 @@ const StylisticConfigDefaults = {
715
715
  quotes: "double",
716
716
  semi: true,
717
717
  braceStyle: "1tbs",
718
- commaDangle: "never"
718
+ commaDangle: "never",
719
+ arrowParens: true
719
720
  };
720
721
  async function stylistic(options = {}) {
721
722
  const mergeOptions = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@curev/eslint-config",
3
3
  "type": "module",
4
- "version": "0.3.4",
4
+ "version": "0.3.5",
5
5
  "packageManager": "pnpm@8.6.9",
6
6
  "author": "Chizuki<chizukicn@outlook.com> (https://github.com/chizukicn/)",
7
7
  "license": "MIT",