cluedin-widget
Version:
This project contains all the pages needed for browsing entities and searching them. The aim is to replace the CluedIn.Webapp project with this one when all the pages ( including the Admin page ) will be ported to REACT.
31 lines • 514 B
Plain Text
{
"extends": [
"airbnb",
"plugin:import/errors",
"plugin:import/warnings"
],
"parser": "babel-eslint",
"env": {
"mocha": true
},
"plugins": [
"import"
],
"settings": {
"import/resolver": {
"webpack": {
"config": "webpack-basic.config.js"
}
},
"import/ignore": [
"node_modules",
".png$",
".jpg$"
]
},
"rules": {
"import/no-duplicates": "off",
"react/jsx-no-bind": "off",
"react/jsx-boolean-value": "off"
}
}