blob: 427346f480d3e7711d68108c05f0a83d6712e5ab [file] [log] [blame]
// Copyright 2022 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' : {
'comma-dangle' : ['error', 'always-multiline'],
'no-console' : 'off',
},
};