communication-bus
Version:
Publisher subscriber library for communication in JS across components
42 lines (41 loc) • 886 B
Plain Text
{
"plugins": ["babel", "react"],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
"experimentalObjectRestSpread": true
}
},
"settings": {
"react": {
"version": "16.4"
}
},
"globals": {
"window": true,
"Promise": true,
"INFINITY": true,
"module": true,
"require": true,
"UploadeManager": true,
"intercomSettings": true,
"SENTRY_KEY": true,
"SENTRY_ENVIRONMENT": true,
"SENTRY_RELEASE": true,
"SENTRY_PROJECT_ID": true,
"VERSION": true,
"COMMITHASH": true,
"BRANCH": true,
"SENTRY_ENABLE": true
},
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"es6": true
},
"extends": ["eslint:recommended", "plugin:react/recommended"],
"rules": { "react/no-deprecated": 0, "react/display-name": 0 }
}