uxcore-album
Version:
uxcore-album component for uxcore.
16 lines • 400 B
JSON
{
"extends": "airbnb",
"parser": "babel-eslint",
"env": {
"node": true,
"mocha": true,
"browser": true
},
"rules": {
"import/no-extraneous-dependencies": "off",
"jsx-a11y/no-static-element-interactions": "off",
"react/jsx-no-bind": "off",
"react/forbid-prop-types": "off",
"react/no-unused-prop-types": "off"
}
}