Skip to content

Commit

Permalink
feat(esnext): allow arrow condition
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker committed Dec 10, 2015
1 parent 3e985c5 commit bd49da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esnext.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ config.rules['arrow-parens'] = [2, 'as-needed'];
config.rules['arrow-spacing'] = [2, {after: true, before: true}];
config.rules['constructor-super'] = 2;
config.rules['generator-star-spacing'] = [2, {after: true, before: false}];
config.rules['no-arrow-condition'] = 2;
config.rules['no-arrow-condition'] = 0;
config.rules['no-class-assign'] = 2;
config.rules['no-const-assign'] = 2;
config.rules['no-dupe-class-members'] = 2;
Expand Down

0 comments on commit bd49da5

Please sign in to comment.