UNPKG

nextine

Version:

Admin Template with NextJS & Mantine UI v7

44 lines (43 loc) 823 B
{ "env": { "browser": true, "es2021": true, "node": true }, "extends": [ "mantine", "plugin:@next/next/recommended", "plugin:jest/recommended", "plugin:react/recommended", "airbnb", "airbnb-typescript", "prettier" ], "plugins": [ "testing-library", "jest", "react", "@typescript-eslint", "prettier", "module-resolver" ], "overrides": [ { "files": ["**/?(*.)+(spec|test).[jt]s?(x)"], "extends": ["plugin:testing-library/react"] } ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaFeatures": { "jsx": true }, "ecmaVersion": 2018, "sourceType": "module", "project": ["./tsconfig.json"] }, "rules": { "import/extensions": "off", "react/react-in-jsx-scope": "off" } }