UNPKG

office-addin-usage-data

Version:

Provides infrastructure to send usage data events and exceptions.

15 lines (13 loc) 302 B
import officeAddins from "eslint-plugin-office-addins"; import tsParser from "@typescript-eslint/parser"; export default [ ...officeAddins.configs.recommended, { plugins: { "office-addins": officeAddins, }, languageOptions: { parser: tsParser, }, }, ];