Skip to content

Commit

Permalink
chore: bump eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviostutz committed Jul 7, 2024
1 parent 947dbf2 commit 166515c
Show file tree
Hide file tree
Showing 6 changed files with 352 additions and 319 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.20.3
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ SHELL := /bin/bash

publish:
cd lib; make publish

prepare:
@echo "Run 'nvm use; corepack enable'"
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "flaviostutz",
"license": "MIT",
"devDependencies": {
"@stutzlab/eslint-config": "^3.0.4",
"@stutzlab/eslint-config": "^3.1.1",
"@tsconfig/node16": "16.1.1",
"@types/aws-lambda": "^8.10.131",
"@types/jest": "^29.4.0",
Expand Down
327 changes: 169 additions & 158 deletions examples/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"homepage": "https://github.com/flaviostutz/cdk-practical-constructs#readme",
"devDependencies": {
"@babel/preset-typescript": "^7.21.0",
"@stutzlab/eslint-config": "^3.0.4",
"@stutzlab/eslint-config": "^3.1.1",
"@tsconfig/node16": "16.1.1",
"@types/aws-lambda": "^8.10.131",
"@types/jest": "^29.4.0",
Expand Down
Loading

0 comments on commit 166515c

Please sign in to comment.