Skip to content

Commit

Permalink
Merge pull request #67 from izumin5210/izumin5210/use-ignore
Browse files Browse the repository at this point in the history
Specify ignore file paths
  • Loading branch information
izumin5210 authored Jan 3, 2021
2 parents 97f25cf + 02e1ec2 commit 4676b35
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 475 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
"ts-protoc-gen": "^0.13.0",
"typescript": "^4.1.2"
},
"frolint": {
"eslint": {
"ignorePath": "./.eslintignore"
},
"prettier": {
"ignorePath": "./.prettierignore"
}
},
"eslintConfig": {
"extends": [
"wantedly-typescript/without-react"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4676b35

Please sign in to comment.