Skip to content

Commit

Permalink
install eslint and configure
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Jun 4, 2024
1 parent 5f26c3c commit 0d2f96a
Show file tree
Hide file tree
Showing 3 changed files with 1,384 additions and 32 deletions.
4 changes: 4 additions & 0 deletions aws-lambda/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// @ts-check
// Use config from root project
import config from "../eslint.config.mjs";
export default config;
Loading

0 comments on commit 0d2f96a

Please sign in to comment.