Skip to content

Commit

Permalink
Configured lint-staged for .mjs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Nov 18, 2017
1 parent 45b9758 commit 8e93a5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# apollo-upload-client changelog

## Next

* Configured `lint-staged` for `.mjs`.

## 6.0.2

* Fix broken exports. See [babel/babel#6805](https://github.com/babel/babel/issues/6805).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"prepublishOnly": "npm run lint && npm run build"
},
"lint-staged": {
"*.js": "eslint"
"*.mjs": "eslint"
},
"eslintIgnore": [
"lib"
Expand Down

0 comments on commit 8e93a5f

Please sign in to comment.