Skip to content

Commit

Permalink
Merge pull request #713 from Green-Software-Foundation/lint-staged
Browse files Browse the repository at this point in the history
Introduce lint staged
  • Loading branch information
jmcook1186 authored May 21, 2024
2 parents 2527dc3 + e9e667a commit 5120c9b
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
'*.ts': [
'gts lint',
],
'package.json': 'fixpack',
}
Loading

0 comments on commit 5120c9b

Please sign in to comment.