Sign in
third-party-mirror
/
orbit
/
301094089f7066c20f6885ee60d316d3f550a3c2
/
.
/
qt-everywhere-src-5.14.1
/
qtwebengine
/
src
/
3rdparty
/
chromium
/
content
/
browser
/
resources
/
.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'
,
},
};