UNPKG

@fluentui/eslint-plugin

Version:

ESLint configuration and custom rules for Fluent UI

12 lines (9 loc) 197 B
// @ts-check const path = require('path'); /** @type {import("eslint").Linter.Config} */ module.exports = { extends: [path.join(__dirname, 'base')], rules: { 'no-console': 'off', }, };