Sign in
third-party-mirror
/
orbit
/
301094089f7066c20f6885ee60d316d3f550a3c2
/
.
/
qt-everywhere-src-5.14.1
/
qtwebengine
/
src
/
3rdparty
/
chromium
/
chrome
/
browser
/
resources
/
.eslintrc.js
blob: 6e5080992e1952da6bfd232107038346d473bc6c [
file
] [
log
] [
blame
]
// Copyright 2018 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'
,
},
};