Skip to content
Permalink
Browse files
Updated the Linter Config
  • Loading branch information
aa7401 committed Nov 23, 2019
1 parent 22cf7a5 commit ad62b49a90c70d9fe1ff0335bfa4f65b5b4e8cf1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
@@ -0,0 +1,4 @@

docs/**
node_modules/**
coverage/**
@@ -8,7 +8,9 @@
"jest": true
},
"parserOptions": {
"ecmaVersion": 8
"ecmaVersion": 2018,
"noInlineConfig": true,
"reportUnusedDisableDirectives": true
},
"rules": {
"arrow-body-style": "error",
@@ -60,7 +62,7 @@
"space-before-function-paren": ["error", "never"],
"strict": ["error", "global"],
"yoda": "error"
},
},
"overrides": [{
"files": [ "*.test.js", "*.spec.js", "*.steps.js" ],
"rules": {

0 comments on commit ad62b49

Please sign in to comment.