Skip to content

Commit 5d498b5

Browse files
Update Linting (#97)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8cf665 commit 5d498b5

File tree

3 files changed

+110
-109
lines changed

3 files changed

+110
-109
lines changed

example/infra/.tflint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin "aws" {
22
enabled = true
3-
version = "0.17.0"
3+
version = "0.21.0"
44
source = "github.com/terraform-linters/tflint-ruleset-aws"
55
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@
6363
"esbuild": "^0.14.46 || ^0.15.0"
6464
},
6565
"devDependencies": {
66-
"@beequeue/eslint-plugin": "1.0.2",
66+
"@beequeue/eslint-plugin": "1.1.0",
6767
"@changesets/changelog-github": "0.4.7",
6868
"@changesets/cli": "2.25.2",
6969
"@tsconfig/node16": "1.0.3",
7070
"@types/node": "16.18.4",
7171
"@vitest/coverage-c8": "0.25.3",
7272
"dotenv": "16.0.3",
7373
"esbuild": "0.15.18",
74-
"eslint": "8.24.0",
75-
"lint-staged": "13.0.3",
74+
"eslint": "8.29.0",
75+
"lint-staged": "13.1.0",
7676
"nanoid": "4.0.0",
7777
"prettier": "2.8.0",
7878
"simple-git-hooks": "2.8.1",

0 commit comments

Comments
 (0)