Sign in
chromium
/
chromium
/
src
/
cff8ad5
/
.
/
chrome
/
browser
/
resources
/
chromeos
/
.eslintrc.js
blob: faccaf49ab993c8dcc0e94899fa2b8440b2cd848 [
file
] [
log
] [
blame
]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module
.
exports
=
{
'rules'
:
{
'eqeqeq'
:
'off'
,
'no-var'
:
'off'
,
},
};