UNPKG

@croquet/react

Version:

React bindings for Croquet

20 lines (18 loc) 470 B
module.exports = { root: true, parser: '@typescript-eslint/parser', plugins: [ '@typescript-eslint', ], extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', "plugin:react/recommended", "plugin:react-hooks/recommended" ], rules: { "@typescript-eslint/no-explicit-any": "off", "react/react-in-jsx-scope": "off", "react/jsx-uses-react": "off", } };