文件名称:rollup-plugin-eslint:使用ESLint整理汇总套件。 :honeybee:
文件大小:70KB
文件格式:ZIP
更新时间:2024-06-02 10:45:50
eslint rollup rollup-plugin JavaScript
@ rbnlffl / rollup-plugin-eslint 使用包。 :honeybee: 很好地将最新版本到插件中。 如何 yarn add @rbnlffl/rollup-plugin-eslint --dev import eslint from '@rbnlffl/rollup-plugin-eslint' ; export default { // .. plugins : [ eslint ( ) // .. ] } ; 设定档 默认情况下,此插件尊重您的ESLint配置。 它也需要用于所涉及的配置对象ESLint构造与加入的throwOnWarning , throwOnError , filterInclude和filterExclude道具。 最受欢迎的配置选项如下: fix 类型: boolean 默认值: false 用途: ESLint
【文件预览】:
rollup-plugin-eslint-main
----source()
--------index.js(1KB)
----yarn.lock(149KB)
----.eslintrc.js(237B)
----types()
--------index.d.ts(982B)
----license(1KB)
----test()
--------fixtures()
--------test.js(3KB)
----.editorconfig(147B)
----.gitignore(52B)
----readme.md(4KB)
----package.json(1KB)
----changelog.md(1KB)