Skip to content

Commit

Permalink
Add template with CLI (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcloudquery authored Oct 8, 2024
1 parent 0616e06 commit c74c21f
Show file tree
Hide file tree
Showing 32 changed files with 1,534 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module.exports = {
'unicorn/prefer-string-replace-all': 'off',
'unicorn/prevent-abbreviations': 'off',
},
ignorePatterns: ['node_modules/', 'dist/', '*.js', '*.cjs', '*.test.ts*'],
ignorePatterns: ['node_modules/', 'dist/', '*.js', '*.cjs', '*.test.ts*', 'src/template/**/*'],
settings: {
'import/resolver': {
typescript: {},
Expand Down
Loading

0 comments on commit c74c21f

Please sign in to comment.