Skip to content

Commit

Permalink
Fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil Wilsman committed Oct 3, 2018
1 parent cfc7d65 commit 3b4a138
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/artifacts
/node_modules
11 changes: 10 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@
"max-len": ["warn", { "code": 120 }],
"operator-linebreak": ["off"],
"react/sort-prop-types": ["error"]
}
},
"overrides": [
{
"files": ["lib/**/tests/*"],
"rules": {
"no-unused-expressions": "off",
"func-names": "off"
}
}
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
yarn.lock
.DS_Store
yarn-error.log
/artifacts
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"@folio/stripes-cli": "^1.5.0",
"@folio/stripes-core": "^2.14.0",
"babel-eslint": "^9.0.0",
"babel-polyfill": "^6.26.0",
"chai": "^4.2.0",
"eslint": "^5.5.0",
"mocha": "^5.2.0",
Expand Down

0 comments on commit 3b4a138

Please sign in to comment.