Skip to content

Commit

Permalink
Add eslint config 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Apr 14, 2019
1 parent 2eba556 commit e9517ca
Show file tree
Hide file tree
Showing 5 changed files with 665 additions and 146 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
parser: "babel-eslint",
parserOptions: {
sourceType: "module",
allowImportExportEverywhere: false,
ecmaFeatures: {
globalReturn: false,
},
babelOptions: {
configFile: ".babelrc",
},
},
};
8 changes: 0 additions & 8 deletions .jshintignore

This file was deleted.

38 changes: 0 additions & 38 deletions .jshintrc

This file was deleted.

0 comments on commit e9517ca

Please sign in to comment.