Skip to content

Commit 9e7d1fa

Browse files
authored
Merge pull request #480 from github/add_eslint
Add eslint config.
2 parents cef7ff2 + 5781d01 commit 9e7d1fa

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)