Skip to content

Commit

Permalink
fix: eslint extension
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Dec 20, 2021
1 parent b7428d6 commit b953034
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions example/src/test/index.http
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ GET http://localhost:1996/api/users
DELETE http://localhost:1996/api/users

### Testing getOne user
GET http://localhost:1996/api/user/61bfc8e401e954ad15f4b998
GET http://localhost:1996/api/user/60e7e3b93b01c1a7aa74cd6b

### Testing update user
PATCH http://localhost:1996/api/user/61bfc8e401e954ad15f4b998
PATCH http://localhost:1996/api/user/60e7e3b93b01c1a7aa74cd6b
Content-Type: application/json

{
Expand All @@ -30,4 +30,4 @@ Content-Type: application/json
}

### Testing delete user
DELETE http://localhost:1996/api/user/61bfc8e401e954ad15f4b998
DELETE http://localhost:1996/api/user/60e7e3b93b01c1a7aa74cd6b
2 changes: 1 addition & 1 deletion lib/src/functions/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = async projectName => {
}
}
`,
eslintFile: '.eslintrc.js',
eslintFile: '.eslintrc',
eslintIgnoreContent: '/dist',
eslintIgnoreFile: '.eslintignore'
}
Expand Down

0 comments on commit b953034

Please sign in to comment.