-
Hi 👋,
I've encountered an issue with the `sort-attrs` rule when working with Twig files. The rule works correctly for standard HTML attributes, such as:
```html
Test
```
However, it fails w…
-
With a very small patch, we can lint our js into HTML. The issue will be handling the lint errors.
https://www.npmjs.com/package/eslint-plugin-html
```diiff
Subject: [PATCH] move out html …
-
### Checklist
- [X] I have looked into the [Readme](https://github.com/auth0/auth0-spa-js#readme), [Examples](https://github.com/auth0/auth0-spa-js/blob/main/EXAMPLES.md), and [FAQ](https://github.co…
-
- [ ] vite
- [ ] HTMX
- [ ] leaflet-html
- [ ] linting (prettier, eslint)
- [ ] Storybook
- [ ] testing (vitest)
-
### Description
With migration to Lumina, stories can now be authored using JSX syntax.
### Proposed Advantages
This has benefits of better type safety and better developer experience compared to l…
-
Like #51, the `mobx-react-lite` works with high order components to connect components to MobX stores.
See the docs: https://mobx.js.org/react-integration.html
**Workaround**
As a workaround, I…
-
It seems like when running this plugin, the eslint plugin phases the entire file including the script part instead of the html block causing issues.
It really seems like a good eslint phase though to…
-
### Describe the solution you'd like
Currently it's both possible and quite common to insert elements into the document in JS by using `innerHTML`. This can be potentially dangerous and allows for i…
-
## BRIEF DESCRIPTION
Implement PR checks for frontend, take a look at this: https://github.com/18F/guides/blob/main/docs/development.md
Currently, we have code linting and styling using eslint and…
-
Yesterday, tests in all PRs started to fail for the [`vue/func-call-spacing`](https://eslint.vuejs.org/rules/func-call-spacing.html) extension rule, e.g. here: https://github.com/vuejs/eslint-plugin-v…