Skip to content

Commit

Permalink
[Dev Deps] update @ljharb/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 25, 2020
1 parent 6c25208 commit f4b27af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -54,7 +54,7 @@
],
"scripts": {
"prepublish": "safe-publish-latest",
"lint": "eslint .",
"lint": "eslint --ext=js,mjs .",
"pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
"tests-only": "tape test/*.js",
"pretest": "npm run lint",
Expand All @@ -63,7 +63,7 @@
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
},
"devDependencies": {
"@ljharb/eslint-config": "^15.1.0",
"@ljharb/eslint-config": "^16.0.0",
"array.prototype.map": "^1.0.2",
"eslint": "^6.8.0",
"object-keys": "^1.1.1",
Expand Down

0 comments on commit f4b27af

Please sign in to comment.