- 1db01bbc6: Improve developer experience and use Typescript power to infer types of variables
- fa6b84e22: No auto-globals for vitest specs
- Updated dependencies [1907e5ef2]
- Updated dependencies [fa6b84e22]
- @kadena-dev/[email protected]
- fec8dfafd: Upgrade
typescript
and@types/node
dependencies - Updated dependencies [831c022c8]
- Updated dependencies [a664a9535]
- Updated dependencies [fec8dfafd]
- Updated dependencies [a664a9535]
- @kadena-dev/[email protected]
-
242b5687: Separate linting (ESLint) and formatting (Prettier)
Adds
eslint-config-prettier
and removeseslint-plugin-prettier
. The formatting that Prettier did is removed (also in--fix
runs). Apply formatting separately using Prettier (--write
or--check
).
- a3f144f3: Implements the ESLint rule consistent-type-imports into our codebase and updates the currently existing imports/exports.
- Updated dependencies [242b5687]
- Updated dependencies [4d525832]
- @kadena-dev/[email protected]
This log was last generated on Fri, 04 Aug 2023 16:10:02 GMT and should not be manually modified.
Fri, 04 Aug 2023 16:10:02 GMT
- Move sort-package-json to eslint plugin
- formatting and linting
Mon, 10 Jul 2023 14:25:54 GMT
Version update only
Mon, 10 Jul 2023 14:20:26 GMT
- Fix reusability and dependencies of eslint packages
Tue, 04 Jul 2023 08:27:48 GMT
- add new lint rules
Thu, 22 Jun 2023 09:46:33 GMT
- remove next/core-web-vitals otherwise it doesn't work
- turnoff typedef-var lint rule for next projects
- Fixate TS version to v5.0.4
- remove the unnecessary proptypes rule from eslint config
Tue, 13 Jun 2023 13:17:28 GMT
- Update to typescript 5
Thu, 01 Jun 2023 20:18:44 GMT
- Updated React profile to detect react version
Fri, 03 Mar 2023 11:24:59 GMT
- Sort aliases from tsconfig like internal packages
- Updated @kadena-dev/eslint-plugin react config extension to the config recommended by Next.js
Mon, 27 Feb 2023 15:39:44 GMT
- fix dependencies on @kadena-dev/eslint-plugin
Mon, 27 Feb 2023 14:25:39 GMT
- Move eslint-plugins from devDependencies to dependencies so consuming projects do not need to include them
- Disables @rushstack/typedev-var and adds @kadena-dev/typedev-var to the react config
- adds rule to disallow file wide eslint-disable
- add mixin to relax typedef rule for arguments in typed functions
Mon, 16 Jan 2023 16:31:08 GMT
Initial release