Skip to content

Commit

Permalink
Update eslint to the latest version 🚀 (#482)
Browse files Browse the repository at this point in the history
* chore(package): update eslint to version 4.1.0

* Update yarn.lock
  • Loading branch information
greenkeeper[bot] authored and danez committed Jun 26, 2017
1 parent aefe583 commit 0815f48
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"babel-preset-env": "^1.2.0",
"babel-register": "^6.18.0",
"cross-env": "^5.0.0",
"eslint": "^3.8.1",
"eslint": "^4.1.0",
"eslint-config-babel": "^7.0.0",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-prettier": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/createTestDirectory.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export default function createTestDirectory(baseDirectory, testTitle, cb) {
}

function escapeDirectory(directory) {
return directory.replace(/[\/?<>\\:*|"\s]/g, "_");
return directory.replace(/[/?<>\\:*|"\s]/g, "_");
}
Loading

0 comments on commit 0815f48

Please sign in to comment.