文件名称:eslint-rule-docs:查找给定ESLint规则的文档URL。 每天更新
文件大小:39KB
文件格式:ZIP
更新时间:2024-06-01 06:29:14
JavaScript
eslint-rule-docs 查找给定ESLint规则的文档URL。 每天更新! 安装 $ npm install eslint-rule-docs 用法 const getRuleUrl = require ( 'eslint-rule-docs' ) ; // Find url for core rules getRuleUrl ( 'no-undef' ) ; // => { exactMatch: true, url: 'https://eslint.org/docs/rules/no-undef' } // Find url for known plugins getRuleUrl ( 'react/sort-prop-types' ) ; // => { exactMatch: true, url: 'https://github.com/yannickcr/eslint
【文件预览】:
eslint-rule-docs-master
----.gitattributes(11B)
----.github()
--------workflows()
----scripts()
--------update-plugins.js(2KB)
----test.js(975B)
----.npmignore(28B)
----README.md(1KB)
----.editorconfig(439B)
----.gitignore(14B)
----index.js(643B)
----plugins.json(132KB)
----package-lock.json(42KB)
----package.json(825B)