eslint-config-standard:标准的ESLint规则集

时间:2021-05-15 13:32:56
【文件属性】:
文件名称:eslint-config-standard:标准的ESLint规则集
文件大小:60KB
文件格式:ZIP
更新时间:2021-05-15 13:32:56
JavaScript eslint-config-standard 标准的ESLint规则集 笔记! 有拆分规则: 碱基 jsdoc.yml 摩卡 React 测试文件 安装 npm i --save-dev izonder/eslint-config-standard 或者 yarn add izonder/eslint-config-standard --dev 如何 只需添加.eslintrc文件: --- root: true extends: - standard 为了分别使用配置规则: --- root: true extends: - standard/rules/base.yml - standard/rules/jsdoc.yml - standard/rules/mocha.yml - standard/rules/react.yml - standard/rules/te
【文件预览】:
eslint-config-standard-master
----.eslintrc(43B)
----.gitattributes(10B)
----standard.yml(131B)
----yarn.lock(134KB)
----babel.config.json(484B)
----LICENSE(1KB)
----test()
--------fixtures()
--------test.js(570B)
----README.md(566B)
----.editorconfig(203B)
----.gitignore(35B)
----index.js(177B)
----rules()
--------base.yml(2KB)
--------test.yml(196B)
--------jsdoc.yml(746B)
--------react.yml(738B)
--------mocha.yml(400B)
----package.json(1KB)

网友评论