| Index: third_party/WebKit/Source/devtools/scripts/lint_javascript.py
|
| diff --git a/third_party/WebKit/Source/devtools/scripts/lint_javascript.py b/third_party/WebKit/Source/devtools/scripts/lint_javascript.py
|
| index 70a9c890651ff59a0c7cc8fdbf2bd5013c07dbf6..3f1e234c1709144e6e3793f5dd4e42e1494dc9e8 100755
|
| --- a/third_party/WebKit/Source/devtools/scripts/lint_javascript.py
|
| +++ b/third_party/WebKit/Source/devtools/scripts/lint_javascript.py
|
| @@ -65,8 +65,8 @@ def js_lint(files_list=None):
|
| files_list = [devtools_frontend_path]
|
| files_list = [file_name for file_name in files_list if not file_name.endswith(".eslintrc.js")]
|
|
|
| - eslintconfig_path = path.join(devtools_path, "front_end/.eslintrc.js")
|
| - eslintignore_path = path.join(devtools_path, "front_end/.eslintignore")
|
| + eslintconfig_path = path.join(devtools_path, ".eslintrc.js")
|
| + eslintignore_path = path.join(devtools_path, ".eslintignore")
|
| (node_path, _) = install_node_deps.resolve_node_paths()
|
| exec_command = [
|
| node_path,
|
|
|