Skip to content

Commit

Permalink
lint config update
Browse files Browse the repository at this point in the history
  • Loading branch information
flexdinesh committed Mar 4, 2018
1 parent bf88cd9 commit 8b6b0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -4,7 +4,7 @@
"env": {
"mocha": true
},
rules: {
"rules": {
"comma-dangle": ["error", "only-multiline"]
}
}
4 changes: 1 addition & 3 deletions src/index.js
Expand Up @@ -7,6 +7,4 @@ const awesomeFunction = () => 'I am just an Awesome Function';

export default defaultAwesomeFunction;

export {
awesomeFunction
};
export { awesomeFunction };

0 comments on commit 8b6b0e2

Please sign in to comment.