Jack Davies

Results 14 comments of Jack Davies

@liuxingbaoyu How do I update to 7.25.6 when the npm registry version is 7.25.2? https://www.npmjs.com/package/@babel/core

Thanks - in case it's relevant here I've updated both packages to `7.25.6` and am still seeing this error when running tests in jest: ``` Cannot combine importAssertions and importAttributes...

I see, thanks for the explanation. Seems like a bug to me, despite being quite a rare edge case. But will just update our tests in this case, so feel...

@joetidee I got it working like so: ```js import betterStyledComponentsPlugin from 'eslint-plugin-better-styled-components' export default [ { plugins: { 'better-styled-components': betterStyledComponentsPlugin }, rules: { 'better-styled-components/sort-declarations-alphabetically': 'error' } } ] ```