Moritz Jacobs

Results 11 issues of 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...

Topic: TypeScript 🤠
Topic: Styled System 💅🏻

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...

enhancement
question

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...

documentation
question

For example the `mandatory-*` could have sensible defaults, `prepost-trigger-defined` as well.

enhancement
good first issue

I wrote the code all by myself for now, there is already much room for improvement, I guess, especially with typing and structure. Anyone? :)

enhancement
help wanted

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.

enhancement

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`...

enhancement