diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e00c1ee..42da3a7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Vim vixen", "scripts": { "start": "webpack -w --debug", - "lint": "eslint src", + "lint": "eslint --ext .jsx,.js src", "test": "karma start" }, "repository": { |