UNPKG

@btag/react-trumbowyg

Version:
16 lines 268 B
{ "parser" : "babel-eslint", "plugins": [ "react" ], "env": { "browser": true, "es6": true }, "rules": { "max-len": ["off", 120, 4], "jsx-quotes": ["error", "prefer-single"], "jsx-indent": "off", "indent": "off" } }