2.0.2 (2023-11-15)
- .eslintrc.js: remove some test-related rules that was copied from lime-elements (6315b4a)
2.0.1 (2023-10-31)
- add postinstall script for copying
.prettierrc
to consumer project (6481d5f)
2.0.0 (2023-10-29)
- dependencies: make most dependencies devDependencies (821a822)
- dependecies: put tighter restrictions on peerDependencies (0b3a8ea)
- dependecies: This commits restricts the peerDependencies from
>=
to^
, in order to enable better control of styles within packages depending on this shared configuration. This package is currently in a somewhat experimental phase, and restrictions may be opened up or restricted further as we find what fits best for internal use at Lime.
1.0.1 (2023-10-28)
- package: add required peer dependencies (8294559)
- rename repo to make it work as shared config (1d70b64)
- add dependencies on, and rules for, eslint, prettier, and various plugins (185a4b6)