UNPKG

@auth-kit/next

Version:

Next Js Plugin for React Auth Kit

16 lines (13 loc) 328 B
const {defineConfig} = require("eslint/config"); const defaultConfig = require("./../../eslint.config.js"); module.exports = defineConfig([ { extends: [defaultConfig], languageOptions: { parserOptions: { "project": "./tsconfig.test.json", "tsconfigRootDir": __dirname, }, }, }, ]);