@jimmy.codes/eslint-config 6.17.0 → 6.17.1

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/dist/index.mjs +2 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -111,7 +111,8 @@ const additionalRules = {
111
111
  "arrow-style/arrow-return-style": ["error", {
112
112
  jsxAlwaysUseExplicitReturn: true,
113
113
  namedExportsAlwaysUseExplicitReturn: true,
114
- usePrettier: true
114
+ objectReturnStyle: "off",
115
+ usePrettier: false
115
116
  }],
116
117
  "arrow-style/no-export-default-arrow": "error",
117
118
  "class-methods-use-this": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmy.codes/eslint-config",
3
- "version": "6.17.0",
3
+ "version": "6.17.1",
4
4
  "description": "A simple, modern ESLint config that covers most use cases.",
5
5
  "keywords": [
6
6
  "eslint",