Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Tooling
1 vote
0 replies
33 views

The Jujutsu VCS can use formatting tools to format code and sometimes even resolve conflicts. The tools used must read from stdin and write the modified code (and nothing else) to stdout. For the ...
max's user avatar
  • 30.1k
0 votes
1 answer
82 views

I'm getting several TS2322 errors when running tsc -b on my project that uses the new ESLint flat config. The compiler says that some of the objects I'm passing to defineConfig() are not assignable to ...
-1 votes
1 answer
45 views

Im only using firebase functions, im building a flutter app for android and ios and my backend will be firebase functions, firestore, etc. Everything is working just fine in my local, but when I ...
Tooling
1 vote
0 replies
32 views

I'm getting [warning] DiagnosticCollection with name 'eslint' does already exist. in the OUTPUT extensions tab when I open the terminal in VS Code. I type ng serve to run my Angular project and ...
Best practices
1 vote
0 replies
75 views

Recently we upgraded to Nx 22 and ESLint 9, which broke a lot of linting across the repo because the old .eslintrc-style configs and Next.js presets aren’t compatible with flat-config. I spent quite a ...
Advice
1 vote
3 replies
61 views

For readability sake, I've slices one big object into multiple smaller: const ABC_ROUTES = { main: '/abc', details: '/abc/:id' } as const const XYZ_ROUTES = { mainAbc: '/xyz', details: '/xyz/:...
0 votes
2 answers
103 views

I am editing javascript code in Eclipse, and the IDE is showing a deprecated method signature hint/warning when calling document.execCommand("copy"); The hint is Description Resource ...
Tooling
0 votes
8 replies
141 views

I'm trying to factor out a useCallback that uses refs into a custom hook, but ESLint's exhaustive-deps rule keeps complaining about missing dependencies, even though refs are stable and shouldn't be ...
1 vote
1 answer
65 views

initializeForOrder: (params: import('./drivePhotosTypes').OrderActionParams) => Promise<void>; getOrderState: (orderId: string) => import('./drivePhotosTypes').OrderPhotosState | null; ...
3 votes
1 answer
420 views

After upgrading my Angular project to version 20, ESLint started throwing the following error when I run linting (using Nx): [error] (node:20947) ESLintIgnoreWarning: The ".eslintignore" ...
0 votes
1 answer
132 views

I need to pass a parameter of type StyleProp<ViewStyle> to my function. eslint is issuing Parameter should be a read only type. I allow StyleProp and ViewStyle in the rule options but eslint is ...
2 votes
0 answers
183 views

I have a nvim setup that I have created and when I want to open a react/nextjs project it errors on imports like import Image from "next/image"; and no one likes that, so I wanted to ask how ...
0 votes
1 answer
53 views

I am trying to setup husky for checking linting errors before a commit happens but every it is showing .husky/pre-commit: .husky/pre-commit: cannot execute binary file husky - pre-commit script failed ...
1 vote
0 answers
290 views

I am getting this error when I try to launch the zed code editor and it shows me failed to load eslint language server, other language server are working alright. Language server eslint: initializing ...
0 votes
0 answers
25 views

So I have an Angular NX Monorepo, which has a base eslint.config.js, and each lib extends the base config in its own config. All configs are CommonJS and use require() syntax. I want to use the simple ...

15 30 50 per page
1
2 3 4 5
...
469

AltStyle によって変換されたページ (->オリジナル) /