Skip to content

Latest commit

 

History

History
388 lines (169 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

388 lines (169 loc) · 15.5 KB

1.15.6 (2024-12-30)

Bug Fixes

  • enhance top-level functions rule to support async and export keywords (cca9ceb)

1.15.5 (2024-12-30)

Bug Fixes

  • enforce naming conventions for top-level functions and improve error messages (c50194d)

1.15.4 (2024-12-30)

Bug Fixes

  • improve top-level functions rule to support single-expression functions (da75c58)

1.15.3 (2024-12-30)

Bug Fixes

  • enhance top-level functions rule to handle arrow and function expressions (0bdcc2c)

1.15.2 (2024-12-30)

Bug Fixes

  • implement top-level functions rule with tests for ESLint (c19c451)

1.15.1 (2024-12-30)

Bug Fixes

  • enable top-level functions rule in ESLint configuration (ce694ad)

1.15.0 (2024-12-30)

Features

  • add top-level functions rule and update ESLint configuration (49e5ebb)

1.14.1 (2024-12-30)

Bug Fixes

  • update dependencies and disable specific ESLint rules (9cb636b)

1.14.0 (2024-09-11)

Features

  • Added recommended-react config (2238f59)

1.13.4 (2024-08-22)

Bug Fixes

  • Remove no-comments from plugins list (e3df83f)

1.13.3 (2024-08-21)

Bug Fixes

  • removed named functions (a1c87b0)

1.13.2 (2024-08-19)

Bug Fixes

  • Remove named-functions rule and related files (9d0f23d)

1.13.1 (2024-08-19)

Bug Fixes

  • Update named-functions rule to enforce named function declarations (e2c9b5d)

1.13.0 (2024-08-19)

Features

  • Add named-functions rule to recommended and recommended-typescript configs (3f88f76)

1.12.0 (2024-08-19)

Features

  • created no-comments rule (82dda49)

1.11.4 (2024-08-19)

Bug Fixes

  • Update regex pattern for disallowed comments (11d9e1b)

1.11.3 (2024-08-19)

Bug Fixes

  • Update regex pattern for disallowed comments (afa6799)

1.11.2 (2024-08-19)

Bug Fixes

1.11.1 (2024-08-19)

Bug Fixes

  • allow eslint-disable comments (e210edd)

1.11.0 (2024-08-19)

Features

1.10.0 (2024-08-02)

Features

  • Added eslint-plugin-security (37ec7d1)

1.9.0 (2024-06-15)

Features

  • created separate configs for typescript and non-typescript configs (13f17df)

1.8.1 (2024-06-15)

Bug Fixes

  • Disable TypeScript ESLint strict rules and unsafe checks (bf186fb)

1.8.0 (2024-06-15)

Bug Fixes

  • Remove eslint-plugin-github from recommended config (989a59f)

Features

  • Added typescript-eslint strict rules (be91f38)

1.7.0 (2024-06-15)

Features

  • Add eslint-plugin-github to recommended config (f502310)

1.6.1 (2024-06-14)

Bug Fixes

  • Update eslint-plugin-sonarjs to latest version (84e41be)

1.6.0 (2024-06-14)

Features

  • Added eslint-plugin-sonarjs to recommended config (13176f3)

1.5.5 (2024-06-14)

Bug Fixes

1.5.4 (2024-06-14)

Bug Fixes

  • removed unused configs (cbac1d8)
  • Update eslint and related dependencies to latest versions (a39e785)
  • Update eslint and related dependencies, disable specific rules, and fix linting issues (69d2814)

1.5.3 (2024-02-26)

Bug Fixes

  • Update devDependencies and peerDependencies in package.json (5fd3210)

1.5.2 (2024-02-26)

Bug Fixes

  • Update environment configuration in index.js (277871c)

1.5.1 (2024-02-26)

Bug Fixes

1.5.0 (2024-02-26)

Bug Fixes

  • Add ESLint configurations for JSDoc and React (45b6297)

Features

  • adding basic, recommended and all, also planning to add a recommended-react and recommended-react-native variants in the future (85e54dd)

1.4.2 (2024-02-26)

Bug Fixes

  • fixed name of no-destructuring rule (30ab24a)

1.4.1 (2024-02-26)

Bug Fixes

  • fixed a bug with the no-default-export auto fix (fabd4bd)

1.4.0 (2024-02-23)

Features

  • Update package name and plugin references (2fd90bd)

1.3.1 (2024-02-23)

Bug Fixes

1.3.0 (2024-02-23)

Bug Fixes

  • renamed recommended configuration to all (f11d297)
  • Update plugin and rule names in configs (476b081)

Features

1.2.0 (2024-02-23)

Features

  • ✨ Created a recommended configuration (4c81e02)

1.1.4 (2024-02-23)

Bug Fixes

  • Update lib/index.js to import all rules in lib/rules (d4f3183)

1.1.3 (2024-02-23)

Bug Fixes

  • Remove "type" field from package.json (aadbbb0)

1.1.2 (2024-02-23)

Bug Fixes

  • changed back to CommonJS (07174fc)

1.1.1 (2024-02-23)

Bug Fixes

1.1.0 (2024-02-23)

Bug Fixes

  • Remove redundant Docker configuration (2b1be8f)
  • Remove Dockerfile and update eslint rule (63d6d03)

Features

  • Added a rule to convert unnamed default exports to named default exports based on the file name (cfda4c1)

1.0.7 (2024-02-22)

Bug Fixes

1.0.6 (2024-02-22)

Bug Fixes

1.0.5 (2024-02-22)

Bug Fixes

1.0.4 (2024-02-22)

Bug Fixes

1.0.3 (2024-02-22)

Bug Fixes

1.0.2 (2024-02-22)

Bug Fixes

  • Update package.json version to 1.0.6 (1c5409c)

1.0.1 (2024-02-22)

Bug Fixes

1.0.0 (2024-02-22)

Bug Fixes

  • Add ESLint configuration and rules (0197c62)