diff --git a/package.json b/package.json index 0e6c9bd..6785ece 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@emanprague/eslint-config", - "version": "1.0.0", + "version": "1.0.1", "description": "ESlint and prettier configurations", "main": "eslint-config.js", "repository": "https://github.com/eManPrague/eslint-config.git", diff --git a/prettier-config.js b/prettier-config.js index 0cef9d1..e5c1bea 100644 --- a/prettier-config.js +++ b/prettier-config.js @@ -1,5 +1,6 @@ module.exports = { trailingComma: "es5", jsxBracketSameLine: true, - printWidth: 130 + printWidth: 130, + arrowParens: "avoid" };