UNPKG

react-terrific-bridge

Version:

A utility belt for using TerrificJS together with React. Provides module registration and unregistration as well as an action API for event bindings, also supporting Flow and TypeScript.

26 lines (25 loc) 512 B
{ "parser": "babel-eslint", "env": { "browser": true, "commonjs": true, "node": true, "es6": true }, "parserOptions": { "ecmaVersion": 6, "sourceType": "module", "ecmaFeatures": { "jsx": true, "modules": true, "arrowFunctions": true, "classes": true, "spread": true } }, "rules": { "strict": 0, "no-console": "off", "curly": "warn" } }