Files
link-free/next.config.js

8 lines
128 B
JavaScript
Raw Normal View History

2021-12-10 20:54:28 -03:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
eslint: {
dirs: ['./src/**/*']
}
}