aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 55ed33b..333bb6a 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
- "lint": "eslint --ignore-path .gitignore . --ext ts --ext tsx --ext js --ext jsx"
+ "lint": "eslint src --ext ts --ext tsx --ext js --ext jsx"
},
"dependencies": {
"gatsby": "5.0.1",
@@ -40,6 +40,6 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
- "typescript": "^4.9.3"
+ "typescript": "latest"
}
}