Skip to content

Commit

Permalink
fix(rules): disabled reflect forcing, compatibility is too low
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Feb 27, 2016
1 parent 91681b2 commit 49bc54d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
"object-shorthand": 2,
"prefer-arrow-callback": 2,
"prefer-const": 2,
"prefer-reflect": 2,
"prefer-reflect": 0,
"prefer-rest-params": 2,
"prefer-spread": 2,
"prefer-template": 2,
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- `require-jsdoc`- nice thing, but hard to follow
- `spaced-comment` - nice for meaningful comments, bad for quick code commenting
- `wrap-regex` - no need
- `prefer-reflect` - compatibility is to low to use

## What is tweaked
- `indent` - 2 spaces rulezzz!
Expand Down

0 comments on commit 49bc54d

Please sign in to comment.