UNPKG

react-transclusion

Version:

Render arbitrary components into outlets for use in dynamic layouts.

71 lines (66 loc) 1.53 kB
{ "plugins": [ "react" ], "env": { "node": true, "browser": true, "mocha": true }, "ecmaFeatures": { "blockBindings": true, "arrowFunctions": true, "classes": true, "templateStrings": true, "destructuring": true, "objectLiteralShorthandMethods": true, "objectLiteralComputedProperties": true, "spread": true, "restParams": true, "jsx": true, }, "rules": { "strict": 0, "no-undef": 2, "no-unused-vars": 2, "no-cond-assign": [2, "except-parens"], "no-debugger": 2, "no-dupe-args": 2, "no-dupe-keys": 2, "no-duplicate-case": 2, "no-empty": 2, "no-extra-semi": 0, "no-func-assign": 2, "no-inner-declarations": 2, "no-irregular-whitespace": 2, "no-negated-in-lhs": 2, "no-sparse-arrays": 2, "no-unreachable": 2, "use-isnan": 2, "no-caller": 2, "no-else-return": 0, "no-eval": 2, "no-implied-eval": 2, "no-extend-native": 2, "no-fallthrough": 2, "no-lone-blocks": 2, "no-loop-func": 2, "no-new": 2, "no-redeclare": 2, "no-return-assign": [2, "always"], "no-sequences": 2, "radix": 2, "wrap-iife": [2, "any"], "no-undef-init": 2, "no-delete-var": 2, "no-use-before-define": [2, "nofunc"], "dot-location": [2, "property"], "curly": [2, "multi-line"], "no-shadow": 2, "no-extra-bind": 2, "react/jsx-uses-react": 2, "react/jsx-no-undef": 2, "react/react-in-jsx-scope": 2, "react/prop-types": [2], } }