diff --git a/vscode/avrotize/package.json b/vscode/avrotize/package.json index af111bf..f2e90d3 100644 --- a/vscode/avrotize/package.json +++ b/vscode/avrotize/package.json @@ -492,7 +492,7 @@ "watch-tests": "tsc -p . -w --outDir out", "pretest": "npm run compile-tests && npm run compile && npm run lint", "check-types": "tsc --noEmit", - "lint": "eslint src --ext .ts", + "lint": "eslint src", "test": "vscode-test", "deploy": "vsce publish --no-yarn" },