Carson McManus
Carson McManus
### Version steamguard-cli 0.17.0 ### What happened? I ran `approve` and it didn't auto refresh the login tokens, nor did it let me log in. ### Steps To Reproduce 1....
## Summary This PR adds `noVueVIfWithVFor`, and `useVueHyphenatedAttributes`. It also fixes a parsing bug that I found while working on these rules. ## Test Plan Added snapshot tests. ## Docs
💅 `useImportExtensions` with `forcejsextensions: true` invalidates `.css`, `.vue`, `.svelte` imports
### Environment information ```bash CLI: Version: 2.2.5 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_PATH: unset BIOME_LOG_PREFIX_NAME: unset BIOME_CONFIG_PATH: unset BIOME_THREADS: unset NO_COLOR: unset TERM: xterm-256color JS_RUNTIME_VERSION:...
### Description Rule Source: https://typescript-eslint.io/rules/prefer-nullish-coalescing/ Name suggestions: - useNullishCoalescing This should go in the Project domain, since it requires type information. **Want to contribute?** Let us know you are interested!...
### Environment information ```block CLI: Version: 2.3.5 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_PATH: unset BIOME_LOG_PREFIX_NAME: unset BIOME_CONFIG_PATH: unset BIOME_THREADS: unset NO_COLOR: unset TERM: xterm-256color JS_RUNTIME_VERSION:...
### Description Vue's [`v-for`](https://vuejs.org/guide/essentials/list) directive has specific syntax that it uses in it's initializer. ```vue {{ item.message }} ``` The HTML parser currently treats what's in the quotes as a...
### Description Currently, the HTML does this to detect vue directives. https://github.com/biomejs/biome/blob/a3a713d5760821d58e065280d54e9826d18be7c3/crates/biome_html_parser/src/syntax/mod.rs#L382-L385 This isn't ideal because the lexer should output `VUE_IDENT` when it encounters a vue directive, which would allow...