@4tw/eslint-config 中文文档教程

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

@4tw/eslint-config

Installation

运行以下命令:

$ yarn add --dev eslint prettier @4tw/eslint-config

然后将其添加到您的 .eslintrc.js 中:

module.exports = {
  extends: [
    '@4tw',
  ],
}

最后将 lint 命令添加到您的 package.json 中:

{
  ...
  "scripts": {
    "lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
  }
}

@4tw/eslint-config

Installation

Run the following:

$ yarn add --dev eslint prettier @4tw/eslint-config

Then add this in your .eslintrc.js:

module.exports = {
  extends: [
    '@4tw',
  ],
}

Finally add the lint command to your package.json:

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