chore: fix linting files

This commit is contained in:
satyajit.happy
2019-07-23 23:16:52 +02:00
parent 75d356f3e9
commit ae599aa006
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
},
"author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/)",
"scripts": {
"lint": "eslint .",
"lint": "eslint --ext '.js,.ts,.tsx' .",
"typescript": "tsc --noEmit",
"test": "jest",
"prebuild": "del lib/ types/",