Skip to content

Commit

Permalink
feat(core): loosen arrow-body-style (error -> warn) (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Dec 21, 2020
1 parent 025050a commit fbb98ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/core/es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
},

rules: {
"arrow-body-style": "error",
"arrow-body-style": "warn",
"constructor-super": "error",
"generator-star-spacing": "error",
"no-class-assign": "error",
Expand Down

0 comments on commit fbb98ed

Please sign in to comment.