Skip to content

Commit

Permalink
modify: setting up linting tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sota1235 committed Oct 10, 2023
1 parent 3c687a1 commit eb50c99
Show file tree
Hide file tree
Showing 8 changed files with 3,366 additions and 370 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"@sota1235/eslint-config"
]
}
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lint-staged
7 changes: 7 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
semi : true,
singleQuote : true,
trailingComma : 'all',
parser : 'typescript',
filepath : './src/**/*.ts',
};
Loading

0 comments on commit eb50c99

Please sign in to comment.