Detalhes do pacote

@cfware/lint

cfware931MIT4.0.2

My linter for latest Node.js

readme (leia-me)

@cfware/lint NPM Version

My linter for latest Node.js

You do not want this module, it will impose use of features only available in the very latest Node.js releases. You should consider using xo instead. This module may introduce breaking changes without a semver-major bump. Bug reports and PR's are likely to be closed unless I personally agree with proposed the change.

changelog (log de mudanças)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.2 (2023-10-15)

Bug Fixes

  • unicorn/template-indent 4 spaces (7b7166d)

4.0.1 (2023-10-15)

Bug Fixes

  • avoid unicorn/switch-case-braces (ef8144c)

4.0.0 (2023-10-15)

⚠ BREAKING CHANGES

  • Switch to space indentation
  • Require node.js 18
  • Upgrade eslint-plugin-unicorn to v48

Features

  • Require node.js 18 (e5c37bb)
  • Switch to space indentation (e5c37bb)
  • Upgrade dependencies (e5c37bb)
  • Upgrade eslint-plugin-unicorn to v48 (e5c37bb)

3.0.8 (2022-08-27)

Bug Fixes

  • unicorn/template-indent should use tabs like everything else (dbcd738)

3.0.7 (2022-08-27)

Bug Fixes

  • Avoid false positive for import/no-unresolved for got (73b370d)

3.0.6 (2022-08-27)

Bug Fixes

  • Disable some more problematic unicorn rules (aaa158d)

3.0.5 (2022-08-14)

Bug Fixes

  • Disable unicorn/no-array-push-push (c9a734d)

3.0.4 (2022-08-13)

Bug Fixes

  • Disable check for Infinity take 2 (50a5700)

3.0.3 (2022-08-13)

Bug Fixes

  • Disable check for Infinity (ddcd4d4)

3.0.2 (2022-08-13)

Bug Fixes

  • Do not block use of fn variable abbreviation (f1bae1c)

3.0.1 (2022-08-13)

Bug Fixes

  • Disable unicorn/numeric-separators-style (9e0fcdd)

3.0.0 (2022-08-13)

⚠ BREAKING CHANGES

  • Upgrade dependencies

Features

2.0.6 (2021-01-16)

Bug Fixes

2.0.5 (2021-01-16)

Bug Fixes

  • Switch to @babel/eslint-parser (88a3042)

2.0.4 (2020-10-19)

Bug Fixes

  • Pin resolve@1.17.0 to silence deprecation warning (79b45da)

2.0.3 (2020-09-27)

Bug Fixes

  • Ignore inline istanbul comments (a26f7da)

2.0.2 (2020-09-21)

Bug Fixes

  • Allow use of self global for service workers (485f6ac)

2.0.1 (2020-08-23)

Bug Fixes

  • Allow implicit undefined getter-return (e6ef857)

2.0.0 (2020-08-18)

⚠ BREAKING CHANGES

  • Upgrade eslint-plugin-unicorn to 21.0.0

Features

  • Enable import/no-named-default (c4bc3a0)
  • Enable unicorn/custom-error-definition (6aa8049)
  • Restrict fs/promises to Node.js 14 (322de76)
  • Upgrade eslint-plugin-unicorn to 21.0.0 (faa79cc)
  • Upgrade to eslint 7 (6ec6c3d)

Bug Fixes

  • Correct handling of Node.js version based rules (591ae3f)
  • Expand restricted globals with confusing-browser-globals (7957b93)
  • Remove redundant reporting of new Buffer() (0177dc4)
  • Use env es2020, enable globalThis (676baf0)

1.5.0 (2020-05-27)

Features

  • Prevent no-unresolved from reporting self-resolution. (200bdbd)

1.4.3 (2020-05-04)

Bug Fixes

  • Disable unicorn/no-fn-reference-in-iterator (dfb542d)

1.4.2 (2020-04-27)

Bug Fixes

  • Disable unicorn/no-null (720fa34)

1.4.1 (2020-04-27)

Bug Fixes

  • Update dependencies (ad8c059)
  • package: update eslint-plugin-unicorn to version 18.0.0 (#3) (a41eddc)

1.4.0 (2020-03-15)

Features

  • Reduce many style rules to warnings outside CI (525844f)

1.3.0 (2020-03-08)

Features

  • add node/no-unsupported-features/node-builtins (d0dbb82)

Bug Fixes

  • eslint-comments/no-unused-disable warn instead of error (4c3ee21)
  • package: update eslint-plugin-unicorn to version 17.0.0 (#2) (c36c838)

1.2.0 (2020-02-13)

Features

1.1.3 (2020-02-08)

Bug Fixes

  • Remove unicorn/prefer-replace-all (8b50364)

1.1.2 (2020-02-06)

Bug Fixes

  • Disable import/order for bugs (099f0c2)

1.1.1 (2020-02-06)

Bug Fixes

  • Pin eslint-plugin-import to 2.20.0 (2bbde67)

1.1.0 (2020-02-03)

Features

  • Add unicorn/prefer-replace-all (b6a6021)

Bug Fixes

  • package: update eslint-plugin-unicorn to version 16.0.0 (#1) (f471350)

1.0.1 (2020-01-06)

Bug Fixes

  • dynamic import() is supported (9b95a80)

1.0.0 (2019-12-31)

Features