Sign in
chromium
/
chromium
/
src
/
09c5916
/
.
/
chrome
/
browser
/
resources
/
chromeos
/
network_ui
/
.eslintrc.js
blob: 154df9a5d0a25be9ec7dcb666dbaa1afebf40cfa [
file
] [
log
] [
blame
]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module
.
exports
=
{
'rules'
:
{
'no-var'
:
'error'
,
'prefer-const'
:
'error'
,
},
};