UNPKG

@omnity/widget

Version:

The Omnity Widget is a simple way to embed Omnity into your website. It is a simple JavaScript file that you can include in your website to display Omnity content.

11 lines (10 loc) 268 B
/** @type {import("eslint").Linter.Config} */ module.exports = { root: true, extends: ["@repo/eslint-config/react-internal.js"], parser: "@typescript-eslint/parser", parserOptions: { project: "./tsconfig.lint.json", tsconfigRootDir: __dirname, }, };