The PR: * Reengineering eslint.config.js to properly extending the existing plugins and configs. It also implies disabling a bunch of broken rules. * Adds running eslint for all brave files in `npm run presubmit -- --all`. * Also enables eslint check for all *.js files
9 lines
303 B
JavaScript
9 lines
303 B
JavaScript
// Copyright (c) 2018 The Brave Authors. All rights reserved.
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
// You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
module.exports = {
|
|
plugins: [
|
|
]
|
|
}
|