Sign in
chromium
/
chromium
/
src
/
113.0.5672.63
/
.
/
content
/
browser
/
resources
/
media
/
.eslintrc.js
blob: 3b009acb178e909a8589e466ef7d9b223416e969 [
file
] [
log
] [
blame
]
// Copyright 2019 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'
:
{
'no-var'
:
'off'
,
'prefer-const'
:
'off'
,
},
};