-
- [x] Husky
- [x] Lint Staged
- [ ] ESLint (waiting for Next 15 and ESLint 9)
- [x] Prettier
- [x] TypeScript, tsconfig
- [x] Unit tests (vitest)
- [ ] Integration tests (vitest?)
- [ ] E2E tes…
-
Version: Deno 2.0.0
I'm using deno in a workspace that includes a npm package `project/packages/ui` which is a collection of React components, that use tailwind. In this package, i have a `globals.…
-
Steps to reproduce:
```
git clone git@github.com:un-ts/eslint-plugin-import-x.git
cd eslint-plugin-import-x
yarn
npm run lint
```
This gives the following output:
```
> eslint-plugin-i…
-
When I compile `sdl2-sys` crate with the latest stable Rust, I get this kind of error message:
```
warning: unexpected `cfg` condition name: `ios_framework`
--> sdl2-sys\build.rs:340:46
|…
-
### search you tried in the issue tracker
toolchain
### describe your issue
In version 1.21 go introduced [automatic toolchain switching](https://go.dev/doc/toolchain), which basically means downlo…
-
Function name is confusing - lint doesn't really have use cases.
By the way, why isn't "lint" a separate use case?
_Originally posted by @zivnevo in https://github.com/np-guard/vpc-n…
-
If you do
```lua
lint.linters.luacheck.args = {
"--globals",
"love",
"vim",
table.unpack(lint.linters.luacheck.args),
}
```
You don't have to write out all of the default …
-
I've created a demo repo to try out your new Barrel-less Module Boundaries in Nrwl Nx. But, Sheriff cannot find `tsconfig.json` because there is only `tsconfig.base.json` in the root of a Nrwl Nx repo…
-
On different projects, we configure git_ops with different types.
We perform pre-commit checks and github lint checks with custom bash scripts.
It would be super handy if `mix git_ops.project-i…
-
Just tried to update to Vite 5, to be on the newest version, and having this errors, is the plugins support Vite 5 and i'm doping something wrong, or it's not supported yet ? :) sending also my `vite.…