react-pure-datepicker
Version:
34 lines • 653 B
Plain Text
{
"extends": [
"airbnb",
"plugin:flowtype/recommended"
],
"parser": "babel-eslint",
"globals": {
"_" : true,
"angular" : true,
"memApp" : true,
"$" : true
},
"plugins": [
"flowtype",
"flowtype-errors"
],
"env": {
"browser": true,
"node": true,
"jasmine": true
},
"rules" : {
"new-cap": 0,
"no-case-declarations": 0,
"no-nested-ternary": 0,
"no-underscore-dangle": 0,
"import/no-unresolved": 0,
"import/extensions": 0,
"react/jsx-filename-extension": 0,
"react/forbid-prop-types": 1,
"jsx-a11y/href-no-hash": 0,
"flowtype-errors/show-errors": 2
}
}