Skip to content

Latest commit

 

History

History
248 lines (109 loc) · 9.88 KB

CHANGELOG.md

File metadata and controls

248 lines (109 loc) · 9.88 KB

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)