react-google-charts-with-key
Version:
temporary package as a fix to react-google-charts to add maps apiKey
21 lines (20 loc) • 368 B
Plain Text
{
"extends": "airbnb",
"parser": "babel-eslint",
"ecmaFeatures": {
"jsx": true,
"modules": true
},
"env": {
"browser": true,
"node": true,
"mocha": true
},
"plugins": [
"react",
"babel"
],
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
}
}