UNPKG

react-router-navigation-prompt

Version:

A replacement component for the react-router `<Prompt/>`. Allows for more flexible dialogs.

21 lines 358 B
{ "extends": "google", "env": { "es6": true }, "parser": "babel-eslint", "parserOptions": { "ecmaFeatures": { "jsx": true }, "sourceType": "module" }, "plugins": ["flowtype", "react"], "rules": { "comma-dangle": 0, "max-len": 0, "no-warning-comments": 1, "require-jsdoc": 0, "spaced-comment": 0 } }