Skip to content

Commit 5781d01

Browse files
committed
Add eslint config.
1 parent cef7ff2 commit 5781d01

2 files changed

Lines changed: 20 additions & 15 deletions

File tree

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const nextConfig = require("eslint-config-next");
2+
const prettierConfig = require("eslint-config-prettier");
3+
4+
/** @type {import("eslint").Linter.Config[]} */
5+
module.exports = [...nextConfig, prettierConfig];

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)