-
.stylelintrc
```json
{
"extends": "stylelint-config-standard"
}
```
-
## What problem does this feature solve?
• A separate CSS file for RTL support is not required, which reduces the code size.
• The consistency between LTR and RTL views is ensured, regardless of…
-
This exception appears to prevent the StyleLint plugin from running properly at all:
PhpStorm 2018.3
Build #PS-183.4284.150, built on November 21, 2018
JRE: 1.8.0_152-release-1343-b15 x86_64
JVM…
-
...so for now, removing this in favor of [stylelint-find-new-rules](https://github.com/Donov4n/stylelint-find-new-rules)
axten updated
5 years ago
-
## Idea
It would be great to compare what extra rules officevibe has, and look for opportunities to add to this repository
-
ts vue3 node v16.14.2 引入之后就报错:
import { Workbook } from 'xmind';
console.log("🚀 ~ file: index.vue:4 ~ Workbook:", Workbook)
报错‘TpeError: Class extends value undefined is not a constructor or…
-
-
With `.stylelintrc` like this –
```
{
"extends": "stylelint-config-standard"
}
```
for the code like this:
```scss
@function str-replace($string, $search, $replace: "") {
$index: st…
-
### Bug Description
Same error as #762 still happening after the fix released in v1.4.4.
`Next.js webpack configuration detection failed with the following error Error [ERR_REQUIRE_ESM]: require()…
-
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 …