@7inch/eslint-config 中文文档教程

发布于 3年前 浏览 21 项目主页 更新于 3年前

@7inch/eslint-config

Introduction

一个友好的 eslint 配置预设。

Install

npm install eslint @7inch/eslint-config -D

# or with yarn
yarn add eslint @7inch/eslint-config -D

Usage

在项目的根目录中创建一个 .eslintrc.js 配置文件:

module.exports = {
  extends: ['@7inch/eslint-config'],
};

查看 Configuring ESLint 以获取更多详细信息。

@7inch/eslint-config

Introduction

A friendly eslint config preset.

Install

npm install eslint @7inch/eslint-config -D

# or with yarn
yarn add eslint @7inch/eslint-config -D

Usage

create a .eslintrc.js configuration file in the root of your project:

module.exports = {
  extends: ['@7inch/eslint-config'],
};

Checkout Configuring ESLint to get more details.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文