diff --git a/package.json b/package.json index 4b2c3ed..8da1c29 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", + "lint": "eslint --ext .js,.jsx,.ts,.tsx --ignore-pattern '*.d.ts' src", "eject": "react-scripts eject" }, "devDependencies": {