Skip to content

Commit

Permalink
Merge pull request #94 from Green-Software-Foundation/lint-staged
Browse files Browse the repository at this point in the history
Lint staged
  • Loading branch information
jmcook1186 authored May 21, 2024
2 parents 0236f41 + 048d20f commit 1c7128c
Show file tree
Hide file tree
Showing 3 changed files with 1,037 additions and 5 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 1c7128c

Please sign in to comment.