Commit 3793a1fb authored by Shik Chen's avatar Shik Chen Committed by Commit Bot

CCA: Replace blacklist with denylist in eslintrc

The ESLint version listed in peerDependencies of the upstream
eslint-config-google is too old and does not support id-denylist yet, so
we fix it in our codebase directly instead.

Bug: 1123783
Test: CQ
Change-Id: I0d7ba088dccbe9dc96ce72d526483d37d68bcc0b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505257
Auto-Submit: Shik Chen <shik@chromium.org>
Reviewed-by: default avatarWei Lee <wtlee@chromium.org>
Commit-Queue: Wei Lee <wtlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#822036}
parent 80c41511
......@@ -192,7 +192,7 @@ const googleRules = {
// 'func-name-matching': 'off',
// 'func-names': 'off',
// 'func-style': 'off',
// 'id-blacklist': 'off',
// 'id-denylist': 'off',
// 'id-length': 'off',
// 'id-match': 'off',
'indent': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment