0b10
0b10
@alee8 did you find a way to just disable the linting for additional properties only? I couldn't find a way in either of the eslint/jest-plugin docs - I just set...
You sure it isn't an eslint message? I had the same thing: https://github.com/jest-community/eslint-plugin-jest/blob/master/docs/rules/valid-expect.md ``` /* eslintrc.json */ "rules": { "jest/valid-expect": "off", }, ``` or typescript: `yarn add @types/jest-expect-message --dev` Both...
Let me know what you prefer, I'll refactor it if necessary. It makes sense to make it an extension, to keep "hex" to rgba a pure concept.
Any update on this?