Skip to content

Commit 4a13bf8

Browse files
committed
revert
1 parent 38518ba commit 4a13bf8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-versioning.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ jobs:
135135
echo "✅ Version was bumped from $BASE_VERSION to $CURRENT_VERSION (valid semver increment)"
136136
fi
137137
138-
#some new comment
139138
# Verify version in package-lock.json matches package.json
140139
LOCKFILE_TOP_VERSION=$(node -e "console.log(require('./$PACKAGE_DIR/package-lock.json').version)")
141140
LOCKFILE_PACKAGE_VERSION=$(node -e "console.log(require('./$PACKAGE_DIR/package-lock.json').packages[''].version)")

packages/ui/rules/base.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default {
2727
"no-console": "off",
2828
"default-param-last": "off",
2929
"arrow-body-style": ["warn", "as-needed"],
30+
"no-unused-vars": "off",
3031
"@typescript-eslint/ban-ts-comment": "off",
3132
"@typescript-eslint/no-empty-function": "off",
3233
"@typescript-eslint/no-unused-vars": ["error", { ignoreRestSiblings: true }],

0 commit comments

Comments
 (0)