react-native-d3-charts
Version:
Cross platform react native charting library built with d3js and react-native-svg
62 lines (59 loc) • 1.2 kB
Plain Text
{
"parser": "babel-eslint",
"globals": {
"requestAnimationFrame": true
},
"rules": {
"indent": [
"error",
2,
{"SwitchCase": 1}
],
"quotes": [
"error",
"single",
"avoid-escape"
],
"linebreak-style": [
"error",
"unix"
],
"semi": [
"error",
"never"
],
"comma-dangle": 0,
"no-var": 1,
"react/jsx-boolean-value": [1,"always"],
"react/jsx-no-undef": 1,
"react/jsx-uses-react": 1,
"react/jsx-uses-vars": 1,
"react/no-danger": 1,
"react/no-deprecated": 1,
"react/no-did-mount-set-state": 1,
"react/no-did-update-set-state": 1,
"react/no-unknown-property": 1,
"react/react-in-jsx-scope": 1,
"react/require-extension": 1,
"react/sort-comp": 1,
"react/prefer-es6-class": 1,
"react-native/no-unused-styles": 2,
"react-native/split-platform-components": 2,
},
"env": {
"es6": true,
"node": true,
"jasmine": true,
"jest": true
},
"extends": "eslint:recommended",
"ecmaFeatures": {
"jsx": true,
"experimentalObjectRestSpread": true
},
"plugins": [
"react",
"react-native",
"babel"
]
}