diff --git a/package.json b/package.json index b4b2229..aa99005 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "clean": "rimraf lib/*", - "lint": "eslint src", + "lint": "eslint --ext .jsx,.js src", "lint:staged": "lint-staged", "flow": "flow check", "test": "jest",