UNPKG

react-native-signature-pad-v2

Version:

React Native wrapper around szimek's Canvas based Signature Pad

30 lines (29 loc) 785 B
{ "parser": "babel-eslint", "extends": "airbnb", "env": { "browser": true, "jest": true }, "rules": { "object-curly-newline": 0, "object-curly-spacing": 0, "max-len": 0, "react/require-default-props": 0, "react/prop-types": 0, "react/jsx-tag-spacing": 0, "comma-dangle": 0, "no-use-before-define": 0, "import/prefer-default-export": 0, "prefer-promise-reject-errors": 0, "no-trailing-spaces": [0], "padded-blocks": [0], "no-restricted-globals": [0], "react/jsx-filename-extension": 0, "jsx-a11y/media-has-caption": 0, "jsx-a11y/anchor-is-valid": 0, "react/no-did-update-set-state": 0, "no-console": "off", "react/destructuring-assignment": [1, "always", { "ignoreClassFields": true }] } }