Skip to main content
Module

x/lepre/.eslintrc

🐰 Lightweight Emoji Picker for React Enthusiast
Go to Latest
File
{ "parser": "@typescript-eslint/parser", "plugins": [ "@typescript-eslint" ], "extends": [ "standard", "standard-react", "plugin:prettier/recommended", "prettier", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended" ], "env": { "node": true }, "parserOptions": { "ecmaVersion": 2020, "ecmaFeatures": { "legacyDecorators": true, "jsx": true } }, "settings": { "react": { "version": "16" } }, "rules": { "@typescript-eslint/consistent-type-imports": 2, "space-before-function-paren": 0, "react/prop-types": 0, "react/jsx-handler-names": 0, "react/jsx-fragments": 0, "no-undef": 0, "react/no-unused-prop-types": 0, "import/export": 0, "no-use-before-define": "off", "@typescript-eslint/no-use-before-define": ["error"] }}