UNPKG

clevertap-react-native

Version:
35 lines (34 loc) 459 B
{ "extends": [ "standard", "standard-react" ], "plugins": [ "standard", "promise", "react" ], "parserOptions": { "ecmaFeatures": { "jsx": true } }, "rules": { "indent":0, "semi": [ "warn", "always" ], "no-unused-vars": [ "warn", { "vars": "local", "args": "none" } ], "space-before-function-paren": [ "warn", "never" ] } }