hztianxu-draft-js-plugins
Version:
A Plugin Architecture on top of Draft.JS
25 lines (24 loc) • 578 B
Plain Text
{
"parser": "babel-eslint",
"plugins": [ "mocha" ],
"env": {
"browser": true,
"mocha": true,
"node": true
},
"extends": "airbnb",
"rules": {
"arrow-parens": ["error", "always"],
"max-len": 0,
"comma-dangle": 0,
"new-cap": 0,
"react/prop-types": 0,
"react/forbid-prop-types": 0,
"react/prefer-stateless-function": 0,
"react/jsx-filename-extension": 0,
"import/no-extraneous-dependencies": 0,
"import/prefer-default-export": 0,
"jsx-a11y/no-static-element-interactions": 0,
"class-methods-use-this": 0
}
}