Skip to content

Commit

Permalink
chore: linting file
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Nov 20, 2023
1 parent b48477a commit e8a2b1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 133 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ module.exports = {
],
transformIgnorePatterns: ["[/\\\\]node_modules[/\\\\].+\\.(ts|tsx)$"],
};

131 changes: 0 additions & 131 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "tsc",
"dev": "NODE_ENV=development nodemon",
"lint": "eslint . --ext .ts && prettier ./**/*.{ts,js} --check",
"lint": "eslint . --ext .ts && prettier './**/*.{ts,js}' --check",
"start": "NODE_ENV=production node dist/index.js",
"test": "NODE_ENV=test jest"
},
Expand Down

0 comments on commit e8a2b1d

Please sign in to comment.