Skip to content

Commit

Permalink
Add source
Browse files Browse the repository at this point in the history
Signed-off-by: macdonst <[email protected]>
  • Loading branch information
macdonst committed May 13, 2024
1 parent 0ce8039 commit 65509c6
Show file tree
Hide file tree
Showing 6 changed files with 5,739 additions and 0 deletions.
16 changes: 16 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
const arc = require('@architect/eslint-config')

module.exports = [
...arc,
{
ignores: [
'.nyc_output/',
'arc-proxy-*',
'coverage/',
'dist.js',
'scratch/',
'src/http/get-index',
'types/',
],
},
]
Loading

0 comments on commit 65509c6

Please sign in to comment.