UNPKG

fulan-editor

Version:

An open source react editor based on draft-Js and ant design, good support HTML, markdown and Draft Raw format.

22 lines (18 loc) 277 B
{ "env": { "browser": true, "node": true }, "globals": { "React": true }, "parserOptions": { "ecmaFeatures": { "jsx": true, "modules": true } }, "plugins": [ "react" ] }