File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)")
Original file line number Diff line number Diff 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 } ] ,
You can’t perform that action at this time.
0 commit comments