Skip to content

Commit

Permalink
Update eslint file extensions
Browse files Browse the repository at this point in the history
Co-Authored-By: Mark Stacey <[email protected]>
  • Loading branch information
whymarrh and Gudahtt committed Feb 12, 2020
1 parent 435bd7d commit d1c757b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"build": "tsc --project .",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
"lint": "eslint . --ext .ts,.js"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit d1c757b

Please sign in to comment.