-
Is it possible to disallow some folder structures?
For example:
```
{
"root": "src",
"rules": [
// disallow components folder in the second level of folders
"!shared/*/components",…
-
The company I work at follows a pattern where service component filenames end with "component.service.js", but the default exported component is named "componentService". I've tried using the filename…
-
My slider loads just fine at first, but from the _second_ load (whether you go to another page and come back, refresh, etc.) you get an eternal loading symbol.
The really weird thing is that you ca…
-
`includePath` tests against the full path to the filesystem root. For example:
```
'filename-rules/match': [1, {
pattern: 'kebab-case',
includePath: true,
}],
```
Gets evaluated against…
greim updated
2 months ago
-
Hey 👋 . It's me again. I know I proposed previous version of dark mode https://github.com/remcohaszing/rehype-mermaid/issues/6. But here is one more twist to it.
In case of [selector based dark mod…
-
```ts
"filename-rules/match": [2, {
".tsx": "PascalCase",
"*": "camelCase" // everything except tsx, eg. js, ts, json, cjs,
}],
```
Can I do that?
-
Numbers do not break kebab-casing rules. Thanks!
-
# Summary
I have a `stages` directory. I want each first level element of the `stages` directory to be **and only be** folders.
Is that possible to achieve that using your tool?
## Example of…
-
I wanna trigger lint error when barrel ( index ) file has `.tsx` extension.
Also this rule should check that files use kebab case only.
> Why? `tsx` == `component inside` and barrel files are su…
-
Hey, awesome plugin, I see it hasn't been updated in years. It looks like it's abandoned. What the way forwards? Forking? Adding collaborators?
gtsop updated
2 months ago