parvus-ui
Version:
A micro UI kit with all the main UI components in less than 5KB
21 lines (20 loc) • 420 B
Plain Text
{
"extends": ["unobtrusive", "plugin:react/recommended"],
"parser": "babel-eslint",
"rules": {
"react/jsx-filename-extension": 0,
"react/jsx-quotes": 0,
"react/wrap-multilines": 0,
"react/jsx-closing-tag-location": 0,
"react/jsx-sort-prop-types": 0,
"react/display-name": 0
},
"plugins": [
"react",
"flowtype"
],
"globals": {
"console": true,
"document": true
}
}