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