1.15.6 (2024-12-30)
- enhance top-level functions rule to support async and export keywords (cca9ceb)
1.15.5 (2024-12-30)
- enforce naming conventions for top-level functions and improve error messages (c50194d)
1.15.4 (2024-12-30)
- improve top-level functions rule to support single-expression functions (da75c58)
1.15.3 (2024-12-30)
- enhance top-level functions rule to handle arrow and function expressions (0bdcc2c)
1.15.2 (2024-12-30)
- implement top-level functions rule with tests for ESLint (c19c451)
1.15.1 (2024-12-30)
- enable top-level functions rule in ESLint configuration (ce694ad)
1.15.0 (2024-12-30)
- add top-level functions rule and update ESLint configuration (49e5ebb)
1.14.1 (2024-12-30)
- update dependencies and disable specific ESLint rules (9cb636b)
1.14.0 (2024-09-11)
- Added
recommended-react
config (2238f59)
1.13.4 (2024-08-22)
- Remove no-comments from plugins list (e3df83f)
1.13.3 (2024-08-21)
- removed named functions (a1c87b0)
1.13.2 (2024-08-19)
- Remove named-functions rule and related files (9d0f23d)
1.13.1 (2024-08-19)
- Update named-functions rule to enforce named function declarations (e2c9b5d)
1.13.0 (2024-08-19)
- Add named-functions rule to recommended and recommended-typescript configs (3f88f76)
1.12.0 (2024-08-19)
- created no-comments rule (82dda49)
1.11.4 (2024-08-19)
- Update regex pattern for disallowed comments (11d9e1b)
1.11.3 (2024-08-19)
- Update regex pattern for disallowed comments (afa6799)
1.11.2 (2024-08-19)
- allow eslint (20f37ab)
1.11.1 (2024-08-19)
- allow eslint-disable comments (e210edd)
1.11.0 (2024-08-19)
- added no comments (8fcc0b7)
1.10.0 (2024-08-02)
- Added eslint-plugin-security (37ec7d1)
1.9.0 (2024-06-15)
- created separate configs for typescript and non-typescript configs (13f17df)
1.8.1 (2024-06-15)
- Disable TypeScript ESLint strict rules and unsafe checks (bf186fb)
1.8.0 (2024-06-15)
- Remove eslint-plugin-github from recommended config (989a59f)
- Added typescript-eslint strict rules (be91f38)
1.7.0 (2024-06-15)
- Add eslint-plugin-github to recommended config (f502310)
1.6.1 (2024-06-14)
- Update eslint-plugin-sonarjs to latest version (84e41be)
1.6.0 (2024-06-14)
- Added eslint-plugin-sonarjs to recommended config (13176f3)
1.5.5 (2024-06-14)
- fixed CI (36f1e36)
1.5.4 (2024-06-14)
- 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)
- Update devDependencies and peerDependencies in package.json (5fd3210)
1.5.2 (2024-02-26)
- Update environment configuration in index.js (277871c)
1.5.1 (2024-02-26)
- fixed (9730e96)
1.5.0 (2024-02-26)
- Add ESLint configurations for JSDoc and React (45b6297)
- 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)
- fixed name of no-destructuring rule (30ab24a)
1.4.1 (2024-02-26)
- fixed a bug with the no-default-export auto fix (fabd4bd)
1.4.0 (2024-02-23)
- Update package name and plugin references (2fd90bd)
1.3.1 (2024-02-23)
- fixed package name (4e006ab)
1.3.0 (2024-02-23)
- renamed recommended configuration to all (f11d297)
- Update plugin and rule names in configs (476b081)
- updated readme (3903d35)
1.2.0 (2024-02-23)
- ✨ Created a recommended configuration (4c81e02)
1.1.4 (2024-02-23)
- Update lib/index.js to import all rules in lib/rules (d4f3183)
1.1.3 (2024-02-23)
- Remove "type" field from package.json (aadbbb0)
1.1.2 (2024-02-23)
- changed back to CommonJS (07174fc)
1.1.1 (2024-02-23)
- changed index.js to ES (d55351e)
1.1.0 (2024-02-23)
- Added a rule to convert unnamed default exports to named default exports based on the file name (cfda4c1)
1.0.7 (2024-02-22)
- test (99d8a4f)
1.0.6 (2024-02-22)
- 7 (f397bee)
1.0.5 (2024-02-22)
- 6 (e4b80fd)
1.0.4 (2024-02-22)
1.0.3 (2024-02-22)
- number 3 (ac78e66)
1.0.2 (2024-02-22)
- Update package.json version to 1.0.6 (1c5409c)
1.0.1 (2024-02-22)
- semantic (1e08f3d)
- Add ESLint configuration and rules (0197c62)