Skip to content

Commit

Permalink
Merge pull request #6 from dcneiner/feature-upgrade-react-16
Browse files Browse the repository at this point in the history
Upgraded to React 16, enzyme, latest eslint config

Removed jscs
  • Loading branch information
elijahmanor authored Apr 6, 2018
2 parents 7edb992 + 28441a8 commit d31c521
Show file tree
Hide file tree
Showing 8 changed files with 5,961 additions and 157 deletions.
20 changes: 1 addition & 19 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
module.exports = {
extends: [ "leankit", "leankit/es6" ],
parser: "babel-eslint",
plugins: [ "babel" ],
rules: {
"no-unused-expressions": 2,
"prefer-arrow-callback": 0,
"init-declarations": 0,

// plugin for babel eslint to fix some problems with the core rules
"generator-star-spacing": 0,
"babel/generator-star-spacing": "error",
"object-curly-spacing": 0,
"babel/object-curly-spacing": [ "error", "always" ],
"object-shorthand": 0,
"babel/object-shorthand": [ "error", "always" ],
"arrow-parens": 0,
"babel/arrow-parens": [ "error", "as-needed" ],
"babel/no-await-in-loop": "error" // nothing to disable
}
extends: [ "leankit", "leankit/es6", "leankit/babel" ]
};
107 changes: 0 additions & 107 deletions .jscsrc

This file was deleted.

Loading

0 comments on commit d31c521

Please sign in to comment.