eslint-plugin-sort-keys-shorthand:eslint插件,支持对快捷键进行排序

时间:2024-04-20 08:24:57
【文件属性】:

文件名称:eslint-plugin-sort-keys-shorthand:eslint插件,支持对快捷键进行排序

文件大小:42KB

文件格式:ZIP

更新时间:2024-04-20 08:24:57

eslint-plugin sort-keys-shorthand shorthand-support JavaScript

ESLint插件排序键速记 扩展的快捷键规则可处理速记属性,因为ESLint不想支持它 安装 在本地或全局安装 。 (请注意,每个项目在本地都是首选) $ npm install eslint --save-dev 如果您全局安装了ESLint ,则也必须全局安装React插件。 否则,请在本地安装。 $ npm install eslint-plugin-sort-keys-shorthand --save-dev 配置 将“ sort-keys-shorthand”添加到插件部分。 { " plugins " : [ " sort-keys-shorthand " ] } 停用原始的sort-keys规则。 { " rules " : { " sort-keys " : 0 } } 启用sort-keys-shorthand : { " rule


【文件预览】:
eslint-plugin-sort-keys-shorthand-master
----.gitignore(125B)
----package.json(713B)
----LICENSE(1KB)
----index.js(247B)
----README.md(1KB)
----tests()
--------lib()
----lib()
--------rules()
----.vscode()
--------settings.json(2B)
----docs()
--------rules()
----yarn.lock(74KB)

网友评论