Skip to content

Commit

Permalink
chore(lint): Quick hack fix babel-eslint issue with generator-star-sp…
Browse files Browse the repository at this point in the history
…acing
  • Loading branch information
yvele committed Jul 4, 2016
1 parent e35e56e commit f71599a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
- Add remote.endpoint (or .absoluteUrl ?)
- AWS SDK (> v2.3.0) native support for promises https://blogs.aws.amazon.com/javascript/post/Tx3BZ2DC4XARUGG/Support-for-Promises-in-the-SDK

## eslint-config-poosh

- Setup generator-star-spacing when babel-eslint issue 316 will be fixed
- https://github.com/babel/babel-eslint/issues/316

## internal

- Const nazification?
Expand Down
4 changes: 3 additions & 1 deletion packages/eslint-config-poosh/base.json5
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,9 @@

// ECMAScript 6
"arrow-spacing": [2, { before: true, after: true }],
"generator-star-spacing": [2, "after"],
//"generator-star-spacing": [2, "after"],
//https://github.com/babel/babel-eslint/issues/316
"generator-star-spacing": 0,
"no-class-assign": 2,
"no-confusing-arrow": 2,
"no-const-assign": 2,
Expand Down

0 comments on commit f71599a

Please sign in to comment.