UNPKG

native-charts

Version:

With native-charts components, you can transform your data into graphs in your react-native applications.

12 lines 386 B
module.exports = { "extends": "airbnb", "rules": { "indent": ["error", 4], "object-curly-spacing": [2, "never"], "react/jsx-filename-extension": [1, {"extensions": [".js", ".jsx"]}], "react/jsx-indent": [1, 'tab'], "react/jsx-indent-props": [1, 'tab'], "react/jsx-tag-spacing": [0], "eol-last": ["error", "never"] } };