UNPKG

@fluentui/eslint-plugin

Version:

ESLint configuration and custom rules for Fluent UI

10 lines (7 loc) 176 B
// @ts-check const path = require('path'); /** @type {import("eslint").Linter.Config} */ module.exports = { extends: [path.join(__dirname, 'base-legacy')], rules: {}, };