Moritz Jacobs
Moritz Jacobs
### Description When spreading `_hover` from the return of a `SystemStyleFunction`, I get this type error: `Typescript: Property '_hover' does not exist on type 'CSSObject'.` ### Link to Reproduction https://codesandbox.io/s/chakra-hover-typing-problem-g72p2p?file=/src/buttons.ts...
The current state of this repo is, that the coverage of ~92% fails the 94% threshold, so all builds based on master fail. Why is it 94%? Could we make...
closes #13 As documented here: https://github.com/peerigon/scriptlint/wiki/natural-order
Right now: https://github.com/peerigon/scriptlint/blob/master/src/constants.ts#L3 ``` export const NAMESPACES = [ "build", "dev", "format", "other", "report", "setup", "start", "test", ]; ``` I have encoutered two (for me) common scripts, that don't quite...
With a growing feature set, how can we at least maintain the quality of documentation? - get the wiki inside the repo (Github action?) and have some kind of test...
For example the `mandatory-*` could have sensible defaults, `prepost-trigger-defined` as well.
I wrote the code all by myself for now, there is already much room for improvement, I guess, especially with typing and structure. Anyone? :)
Right now every rule has the same "importance", we should add "warning" and "error" as levels for future additions and also reflect this in the stadard.
For example: ```json "scripts": { "test": "run-s test:unit lint", "test:unit": "jest", "test:lint": "eslint ./src" } ``` should throw a scriptlint error because the script was renamed from `lint` to `test:lint`...