3.0.1 • Published 8 months ago

@hovey/eslint-config-basic v3.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@hovey/eslint-config-basic

Usage

使用 npm or yarn or pnpm 安装。

npm install -D eslint prettier @hovey/eslint-config-basic

添加 .eslintrc.js 配置文件。

module.exports = {
  root: true,
  extends: '@hovey/eslint-config-basic',
}