UNPKG

@promotedai/react-introspection

Version:

Promoted Introspection integration for React web apps

22 lines (21 loc) 544 B
{ "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "extends": ["plugin:prettier/recommended", "plugin:@typescript-eslint/recommended"], "env": { "node": true }, "parserOptions": { "ecmaVersion": 2020, "ecmaFeatures": { "legacyDecorators": true, "jsx": true } }, "rules": { "@typescript-eslint/no-explicit-any": "off", "arrow-parens": ["error", "always"], "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/ban-types": "off" } }