eslint-config-phuocdt:基于 phuocdt 的 JavaScript 约定的 ESLint 可共享配置

时间:2024-08-13 14:31:42
【文件属性】:

文件名称:eslint-config-phuocdt:基于 phuocdt 的 JavaScript 约定的 ESLint 可共享配置

文件大小:51KB

文件格式:ZIP

更新时间:2024-08-13 14:31:42

JavaScript

eslint-config-phuocdt 基于 phuocdt 的 JavaScript 约定的 ESLint 可共享配置 用法 为了使用这个可共享的配置,你必须在你的项目中安装包“eslint-config-phuocdt”: npm install --save-dev eslint-config-phuocdt 然后,创建名为“.eslintrc.json”的 ESLint 配置文件(如果存在,则进行编辑)。 内容简短如下: .eslintrc.json { "extends": "eslint-config-phuocdt" } 要么 { "extends": "phuocdt" } 就这样。 它会起作用。 有时可能对您来说还不够。 只需通过修改“.eslintrc.json”添加更多或用您自己的规则覆盖它们。 例如: .eslintrc.json


【文件预览】:
eslint-config-phuocdt-master
----.travis.yml(53B)
----index.js(46B)
----package.json(683B)
----.eslintrc.json(3KB)
----test()
--------spec()
--------start.js(24B)
----LICENSE(1KB)
----package-lock.json(69KB)
----.gitignore(2KB)
----README.md(2KB)
----yarn.lock(61KB)

网友评论