13 lines
481 B
Diff
13 lines
481 B
Diff
diff --git a/tools/web_dev_style/eslint.py b/tools/web_dev_style/eslint.py
|
|
index 8f122a0994ba4cc0176d40639e024ff457ddd291..75a008d12dce6e972bc53bea38cc89672d27669e 100755
|
|
--- a/tools/web_dev_style/eslint.py
|
|
+++ b/tools/web_dev_style/eslint.py
|
|
@@ -32,6 +32,7 @@ def Run(os_path=None, args=None):
|
|
] + args)
|
|
|
|
|
|
+from brave_chromium_utils import inline_chromium_src_override; inline_chromium_src_override(globals(), locals())
|
|
if __name__ == '__main__':
|
|
import os
|
|
import sys
|