eslint-plugin-lodash-fp:lodashfp 的 ESLint 规则

时间:2021-08-04 05:15:44
【文件属性】:
文件名称:eslint-plugin-lodash-fp:lodashfp 的 ESLint 规则
文件大小:110KB
文件格式:ZIP
更新时间:2021-08-04 05:15:44
JavaScript eslint-plugin-lodash-fp lodash/fp 的 ESLint 规则 安装 $ npm install --save-dev eslint eslint-plugin-lodash-fp 用法 在package.json配置它。 { " name " : " my-awesome-project " , " eslintConfig " : { " env " : { " es6 " : true }, " parserOptions " : { " ecmaVersion " : 7 , " sourceType " : " module " }, " plugins " : [ " lodash-fp " ], " rules " : {
【文件预览】:
eslint-plugin-lodash-fp-master
----rule-description.js(795B)
----.gitattributes(29B)
----.github()
--------workflows()
----license(1KB)
----test()
--------prefer-flat-map.js(2KB)
--------no-single-composition.js(4KB)
--------no-for-each.js(2KB)
--------no-chain.js(1KB)
--------no-extraneous-iteratee-args.js(2KB)
--------no-extraneous-partials.js(1KB)
--------prefer-compact.js(1KB)
--------no-extraneous-args.js(3KB)
--------no-partial-of-curried.js(2KB)
--------no-unused-result.js(1KB)
--------prefer-identity.js(1KB)
--------consistent-name.js(1KB)
--------preferred-alias.js(2KB)
--------object-prototype-methods.js(591B)
--------preferred-alias-invalid-configurations.js(1KB)
--------helpers()
--------no-argumentless-calls.js(925B)
--------package.js(1022B)
--------no-extraneous-function-wrapping.js(5KB)
--------consistent-compose.js(4KB)
--------no-submodule-destructuring.js(2KB)
--------use-fp.js(1KB)
--------prefer-get.js(944B)
--------prefer-constant.js(2KB)
--------prefer-composition-grouping.js(2KB)
----docs()
--------rules()
----.editorconfig(192B)
----.gitignore(34B)
----index.js(407B)
----rules()
--------prefer-flat-map.js(2KB)
--------no-single-composition.js(1KB)
--------no-for-each.js(1017B)
--------no-chain.js(724B)
--------no-extraneous-iteratee-args.js(957B)
--------no-extraneous-partials.js(782B)
--------prefer-compact.js(914B)
--------no-extraneous-args.js(1KB)
--------no-partial-of-curried.js(771B)
--------no-unused-result.js(944B)
--------prefer-identity.js(1KB)
--------consistent-name.js(2KB)
--------preferred-alias.js(2KB)
--------core()
--------no-argumentless-calls.js(695B)
--------no-extraneous-function-wrapping.js(2KB)
--------consistent-compose.js(785B)
--------no-submodule-destructuring.js(1KB)
--------use-fp.js(825B)
--------prefer-get.js(2KB)
--------prefer-constant.js(2KB)
--------prefer-composition-grouping.js(2KB)
----readme.md(5KB)
----CHANGELOG.md(9KB)
----package-lock.json(257KB)
----package.json(1KB)

网友评论