文件名称:eslint-plugin-editorconfig:ESLint插件,用于基于存储库的editorconfig自动生成配置
文件大小:29KB
文件格式:ZIP
更新时间:2024-05-30 23:00:50
JavaScript
eslint-plugin-editorconfig ESLint插件,可基于存储库的.editorconfig文件生成一些核心ESLint规则的配置。 警告:此插件尚处于实验阶段,目前可能不适合生产使用。 还有一些已知的限制,包括嵌套的.editorconfig文件将无法正常工作的事实。 使用风险自负。 支持的属性(映射到ESLint规则) .editorconfig ESLint规则 ESLint选项 indent_style和indent_size “制表符”或数字 end_of_line “ unix” |“ windows” trim_trailing_whitespace 不曾用过 insert_final_newline “始终” |“从不” max_line_length 仅数字选项 未使用的属性: 这些未使用: tab_width charset
【文件预览】:
eslint-plugin-editorconfig-master
----.gitattributes(35B)
----.github()
--------workflows()
----lib()
--------convert-to-eslint.js(2KB)
--------index.js(1KB)
----.eslintrc.yml(255B)
----LICENSE(1KB)
----README.md(3KB)
----tests()
--------fixtures()
--------lib()
--------.eslintrc.yml(19B)
----.gitignore(578B)
----package-lock.json(68KB)
----package.json(869B)