Skip to content

Commit e62f2f7

Browse files
committed
Fix indent rule for ESLint 8 compat in tests
It is no longer "@typescript-eslint/indent" but just "indent" in ESLint 8.
1 parent ed1bd2d commit e62f2f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • org.eclipse.wildwebdeveloper.tests/testProjects/eslint

org.eclipse.wildwebdeveloper.tests/testProjects/eslint/.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
],
88
"plugins": ["@typescript-eslint"],
99
"rules": {
10-
"@typescript-eslint/indent": "error"
10+
"indent": "error"
1111
}
1212
}

0 commit comments

Comments
 (0)