lukaskupczyk/react-hook-consent

View on GitHub
.eslintrc.json

Summary

Maintainability
Test Coverage
{
    "env": {
        "browser": true,
        "es2021": true,
        "node": true
    },
    "extends": [
        "eslint:recommended",
        "plugin:react/recommended",
        "plugin:react/jsx-runtime",
        "plugin:@typescript-eslint/recommended",
        "plugin:react-hooks/recommended",
        "prettier"
    ],
    "overrides": [],
    "parser": "@typescript-eslint/parser",
    "parserOptions": {
        "ecmaVersion": "latest",
        "sourceType": "module"
    },
    "plugins": ["react", "@typescript-eslint"],
    "rules": { "no-empty-function": "off", "@typescript-eslint/no-empty-function": "off", "no-empty-pattern": "off" }
}