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