diff --git a/.gitignore b/.gitignore index f4a9b01..736ef00 100644 --- a/.gitignore +++ b/.gitignore @@ -90,7 +90,7 @@ sw.* *.swp ### Misc -apis/$*.ts +site/apis/$*.ts types/* !.gitkeep diff --git a/site/package.json b/site/package.json index 8fd1988..4f36e72 100644 --- a/site/package.json +++ b/site/package.json @@ -12,7 +12,7 @@ "generate": "npm run build:api && nuxt-ts generate", "build:api": "aspida --build", "lint": "npm run lint:script && npm run lint:style", - "lint:script": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .", + "lint:script": "eslint --ext .ts,.js,.vue --ignore-path ../.gitignore .", "lint:style": "stylelint \"**/*.{*(s)css,vue}\"", "lint:fix": "npm run lint:script -- --fix && npm run lint:style -- --fix", "typecheck": "tsc --noEmit"