blob: 86e21afd0496024a9dbbbbbe770fdc319aea7b95 [file] [log] [blame]
/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
const {defineConfig} = require('eslint/config');
// eslint-disable-next-line no-undef
__plugindir = 'github/github-plugin/web';
const gerritEslint = require('../../eslint.config.js');
module.exports = defineConfig([
{
extends: [gerritEslint],
},
]);