-
Hi,
I am using gulp-sass-lint as part of my build process, and have it set to output any errors or warning to a HTML report, however...
The ESLINT report seems to be generated very badly at the mo…
ghost updated
6 years ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
## What happened?
Hi, after upgrading from OneSignal v4 to v5 and switching to Expo, we've observed a significant decrease in confirmed notification deliveries in the OneSignal dashboard, dropping …
-
## Current behaviour 💣
I have ejected a Create React App (CRA) and am configuring it with a custom Webpack setup. I am separating the login, registration, and main pages into different entry poin…
-
### Problem description
Ok here it is.
I am a developer and already used neovim with my own neovim config with base nvchad for about 1 years or more then i tried to switch my base to lunarvim and …
-
### Which scope/s are relevant/related to the feature request?
platform
### Information
When using `nx g @analogjs/platform:app` to generate a new app, a `.eslintrc.json` is generated. This should …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
It is not clear whether vue-eslint-parser supports eslint 9's [flat configuration](https://eslint.org/docs/latest/use/configure/migration-guide#start-using-flat-config-files), but the current issue I …
ajmas updated
3 weeks ago
-
Hello,
I'm experiencing an import error when trying to use `@gravity-ui/uikit` in my project. Upon starting the dev server, I encounter the following errors:
```
(node:7648) Warning: To load an…
-
I would like to lint HTML code that is stored directly in like this:
```
const someView = `Hello`;
```
Prettier supports this by using a `html` tag:
```
const someView = html`Hello`;
```…