@7inch/eslint-config 中文文档教程
@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.