[go: nahoru, domu]

blob: 40ac3808f6f2060f8ab040770f301057e614bdad [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361// Copyright 2019 The Chromium Authors
Demetrios Papadopoulos379d7592019-11-12 19:21:432// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5module.exports = {
dpapad3d4f8d32022-07-18 19:54:456 'rules' : {
dpapad3d4f8d32022-07-18 19:54:457 'no-restricted-properties' : 'off',
Demetrios Papadopoulos379d7592019-11-12 19:21:438 },
9};