@ab.progr/eslint-config-node-extended 中文文档教程

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

Installation

一个 eslint 扩展,需要零配置并准备好 lint 节点源代码(在引擎盖下使用现有的 eslint 配置用于 airbnb-base 和 prettier)。

NPM

npm install @ab.progr/eslint-config-node-extended --save-dev
or
npm i @ab.progr/eslint-config-node-extended -D

YARN

yarn add @ab.progr/eslint-config-node-extended --dev
or
yarn add @ab.progr/eslint-config-node-extended -D

Usage

// if using .eslintrc.json
{
  "extends": "@ab.progr/eslint-config-node-extended"
}

// if using .eslintrc.js
module.exports = {
  extends: [require.resolve("@ab.progr/eslint-config-node-extended")],
};

DEMO

Node-Express 样板

Installation

An eslint extension that requires zero configuration and is ready to lint node source code (under the hood uses existing eslint configs for airbnb-base and prettier).

NPM

npm install @ab.progr/eslint-config-node-extended --save-dev
or
npm i @ab.progr/eslint-config-node-extended -D

YARN

yarn add @ab.progr/eslint-config-node-extended --dev
or
yarn add @ab.progr/eslint-config-node-extended -D

Usage

// if using .eslintrc.json
{
  "extends": "@ab.progr/eslint-config-node-extended"
}

// if using .eslintrc.js
module.exports = {
  extends: [require.resolve("@ab.progr/eslint-config-node-extended")],
};

DEMO

Node-Express Boilerplate

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