UNPKG

simple-react-cytoscape

Version:
43 lines 768 B
{ "env": { "browser": true, "es2021": true }, "extends": [ "plugin:react/recommended", "airbnb" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaFeatures": { "jsx": true }, "ecmaVersion": 12, "sourceType": "module" }, "plugins": [ "react", "@typescript-eslint" ], "rules": { "no-use-before-define": "off", "@typescript-eslint/no-use-before-define": [ "error" ], "react/jsx-filename-extension": [ 1, { "extensions": [ ".tsx" ] } ], "react/prop-types": [ 0 ], "no-unused-vars": "off", "import/extensions": "off", "import/no-unresolved": "off", "import/prefer-default-export": "off" } }