aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/package.json b/package.json
index 4f361f1..576483f 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,8 @@
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
- "clean": "gatsby clean"
+ "clean": "gatsby clean",
+ "lint": "eslint --ignore-path .gitignore . --ext ts --ext tsx --ext js --ext jsx"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
@@ -40,6 +41,13 @@
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-helmet": "^6.1.1",
- "@types/styled-components": "^5.1.9"
+ "@types/styled-components": "^5.1.9",
+ "@typescript-eslint/eslint-plugin": "^4.31.0",
+ "@typescript-eslint/parser": "^4.31.0",
+ "eslint": "^7.32.0",
+ "eslint-config-prettier": "^8.3.0",
+ "eslint-plugin-prettier": "^4.0.0",
+ "eslint-plugin-react": "^7.25.1",
+ "typescript": "^4.4.2"
}
}