Skip to content

Releases: lobehub/lobe-lint

v1.15.0

25 Aug 07:14
Compare
Choose a tag to compare

Version 1.15.0

Released on 2023-08-25

✨ Features

  • misc: Add new dependencies and update ESLint configuration.

Improvements and Fixes

What's improved

  • misc: Add new dependencies and update ESLint configuration (1d92c16)

v1.14.0

25 Aug 06:59
Compare
Choose a tag to compare

Version 1.14.0

Released on 2023-08-25

✨ Features

  • misc: Add TypeScript, Jest, and React dependencies and plugins.

Improvements and Fixes

What's improved

  • misc: Add TypeScript, Jest, and React dependencies and plugins (898dbc9)

v1.13.0

13 Jul 08:09
Compare
Choose a tag to compare

Version 1.13.0

Released on 2023-07-13

✨ Features

  • misc: Add export statement for semanticReleaseMonoRepo, modify options object and export in semantic-release/index.ts, and create semantic-release/monorepo.ts file with imported options and new configuration object.

Improvements and Fixes

What's improved

  • misc: Add export statement for semanticReleaseMonoRepo, modify options object and export in semantic-release/index.ts, and create semantic-release/monorepo.ts file with imported options and new configuration object (e46cd6c)

v1.12.0

09 Jul 11:37
Compare
Choose a tag to compare

Version 1.12.0

Released on 2023-07-09

✨ Features

  • eslint: Add "unicorn/switch-case-braces" rule with warning level.

Improvements and Fixes

What's improved

  • eslint: Add "unicorn/switch-case-braces" rule with warning level (3dddf3d)

v1.11.0

09 Jul 11:26
Compare
Choose a tag to compare

Version 1.11.0

Released on 2023-07-09

✨ Features

  • misc: Update prettier dependency and add eslint rules.

Improvements and Fixes

What's improved

  • misc: Update prettier dependency and add eslint rules (1715d85)

v1.10.0

09 Jul 08:05
Compare
Choose a tag to compare

Version 1.10.0

Released on 2023-07-09

✨ Features

  • eslint: Add warnings for "no-empty", "unicorn/explicit-length-check", and "unicorn/no-empty-file" rules.

Improvements and Fixes

What's improved

  • eslint: Add warnings for "no-empty", "unicorn/explicit-length-check", and "unicorn/no-empty-file" rules (51c8ce6)

v1.9.0

08 Jul 08:35
Compare
Choose a tag to compare

Version 1.9.0

Released on 2023-07-08

✨ Features

  • eslint: Update coding conventions rules in "index.ts".

Improvements and Fixes

What's improved

  • eslint: Update coding conventions rules in "index.ts" (aee57d1)

v1.8.2

07 Jul 06:13
Compare
Choose a tag to compare

Version 1.8.2

Released on 2023-07-07

🐛 Bug Fixes

  • eslint: Rm env from abbreviations.

Improvements and Fixes

What's fixed

  • eslint: Rm env from abbreviations (2d04f48)

v1.8.1

07 Jul 06:04
Compare
Choose a tag to compare

Version 1.8.1

Released on 2023-07-07

🐛 Bug Fixes

  • eslint: Add ProcessEnv to abbreviations list.

Improvements and Fixes

What's fixed

  • eslint: Add ProcessEnv to abbreviations list (1a471a6)

v1.8.0

16 Jun 16:55
Compare
Choose a tag to compare

Version 1.8.0

Released on 2023-06-16

✨ Features

  • eslint: Add new rules for unicorn/no-array-for-each and unicorn/no-null, update eslint config.

Improvements and Fixes

What's improved

  • eslint: Add new rules for unicorn/no-array-for-each and unicorn/no-null (124cd9c)
  • eslint: Update eslint config (58594d6)