UNPKG

@hyper-fetch/react

Version:

React hooks and utils for the hyper-fetch

12 lines (11 loc) 286 B
{ "extends": ["plugin:@nx/react", "../../.eslintrc.js"], "parserOptions": { "project": ["./tsconfig.json"] }, "rules": { "react/jsx-props-no-spreading": 0, "react/require-default-props": 0 }, "ignorePatterns": ["dist/", "coverage/", "jest.config.ts", "/*.js"] }