UNPKG

176 BJavaScriptView Raw
1// @ts-check
2
3const path = require('path');
4
5/** @type {import("eslint").Linter.Config} */
6module.exports = {
7 extends: [path.join(__dirname, 'base-legacy')],
8 rules: {},
9};