Skip to content

Commit

Permalink
Backward rules from prettier 2.0 to 1.0 and release minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Strnádek committed Apr 14, 2020
1 parent 80e77c6 commit d95f940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion prettier-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
trailingComma: "es5",
jsxBracketSameLine: true,
printWidth: 130
printWidth: 130,
arrowParens: "avoid"
};

0 comments on commit d95f940

Please sign in to comment.