Skip to content

Commit

Permalink
chore(gitigonore): Update gitignore related settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hideto2112 committed Jan 8, 2020
1 parent 18ee937 commit c0cf250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sw.*
*.swp

### Misc
apis/$*.ts
site/apis/$*.ts

types/*
!.gitkeep
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c0cf250

Please sign in to comment.