mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-17 15:06:06 +01:00
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
|
|
/** @type {import('next').NextConfig} */
|
||
|
|
module.exports = {
|
||
|
|
reactStrictMode: true,
|
||
|
|
eslint: {
|
||
|
|
dirs: ['./src/**/*']
|
||
|
|
}
|
||
|
|
}
|