Skip to content

Commit

Permalink
[Files] Re-enable no-unused-vars in eslint
Browse files Browse the repository at this point in the history
Bug: b:265863256
Change-Id: I86ec1b12920a2ef8b5c3745c33af3b710f82a3a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4564894
Commit-Queue: Wenbo Jie <wenbojie@chromium.org>
Reviewed-by: Luciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1150157}
  • Loading branch information
PinkyJie authored and Chromium LUCI CQ committed May 29, 2023
1 parent 5cf8b31 commit 60e9924
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/file_manager/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ module.exports = {
'@typescript-eslint',
],
'rules': {
// TODO(b/265863256): Re-enable when TypeScript annotations complication
// has been fixed.
'@typescript-eslint/no-unused-vars': 'off',
// rule override goes here.
},
}],
};

0 comments on commit 60e9924

Please sign in to comment.