文件名称:eslint-plugin-whitespace:用于空格的ESLint插件
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-09 17:16:10
JavaScript
eslint-plugin-空白 用于空格的ESLint插件 用法 此插件要求还安装ESLint。 在安装了ESLint和此插件的情况下,您将需要启用该插件并配置其规则。 安装 如果尚未安装ESLint,请执行以下操作: npm install eslint 安装插件: npm install eslint-plugin-whitespace 配置 在.eslintrc文件或可共享的配置中配置插件及其规则。 样本.eslintrc : { "plugins": [ // other plugins would go here "whitespace" ], rules: { // other rules here // whitespace rules whitespace/no-tabs: 2 } } 将规则配置为1会
【文件预览】:
eslint-plugin-whitespace-master
----.gitignore(13B)
----README.md(1KB)
----tests()
--------rules()
----LICENSE(1KB)
----package.json(815B)
----index.js(101B)
----rules()
--------no-tabs.js(384B)