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',
},
};