UNPKG

react-native-star-hash

Version:

A hashing library for react-native

19 lines 347 B
{ "env": { "jest": true, "browser": true, "node": true }, "extends": "airbnb-base", "rules": { "camelcase": "off", "class-methods-use-this": "off", "no-bitwise": "off", "no-underscore-dangle": "off", "import/prefer-default-export": "off", "import/extensions": [ "error", "always" ] } }