Files
link-free/next.config.js
2021-12-10 20:55:29 -03:00

8 lines
128 B
JavaScript

/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
eslint: {
dirs: ['./src/**/*']
}
}