aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorKevin Hoerr <kjhoerr@protonmail.com>2022-11-18 21:21:49 -0500
committerGitHub <noreply@github.com>2022-11-18 21:21:49 -0500
commite25b3be2186b33dd255969ae1da7760394356120 (patch)
tree33bc4744734a41543dae2126c7f26e5eb152d147 /package.json
parenta48fc254fb9cc631b36731736fd447760d0942a6 (diff)
downloadsubmelon.dev-e25b3be2186b33dd255969ae1da7760394356120.tar.gz
submelon.dev-e25b3be2186b33dd255969ae1da7760394356120.tar.bz2
submelon.dev-e25b3be2186b33dd255969ae1da7760394356120.zip
Create build.yml (#4)
* Create build.yml * Fix lint command * npm install * npm ci
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"
}
}