0.0.6 • Published 1 month ago

@raipiot-infra/eslint-config-next v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@raipiot-infra/eslint-config-next

npm

raipiot infra 通用 ESLint 配置,适用于 Next.js 项目。

我们使用 ESLint 来进行代码风格校验。

从 VSCode 插件中搜索并安装插件 ESLint

安装

pnpm add -D eslint @raipiot-infra/eslint-config-next

配置

在根目录下添加 .eslintrc.json 文件,内容如下:

{
  "extends": ["@raipiot-infra/eslint-config-next"]
}