UNPKG

rerender-react

Version:

Easy handling of object state updates in React components

25 lines 477 B
{ "parser": "@typescript-eslint/parser", "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:react/recommended", "prettier" ], "plugins": ["@typescript-eslint", "react"], "parserOptions": { "ecmaVersion": 2020, "sourceType": "module", "ecmaFeatures": { "jsx": true } }, "rules": { "react/react-in-jsx-scope": "off" }, "settings": { "react": { "version": "detect" } } }