python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Error: ESLint configuration in --config is invalid
I am facing the error while using the command npm run start:
Error: ESLint configuration in --config is invalid:- Unexpected top-level property "compilerOptions".
I cannot figure out the cau...

Anup Bhattarai
Votes: 0
Answers: 0
jdt.core CodeFormatter - formatting blocks of comments
I am using org.eclipse.jdt.core.formatter.CodeFormatter class. I have problem with formatting properly comments.
Can anyone tell what options from DefaultCodeFormatterConstants should I use to format ...
wtomko
Votes: 0
Answers: 1
How to write a custom formatter in VSCode that inherits from existing formatters?
I have HTML code with YAML front matter for content and I would like to format both parts concurrently. I have created a custom syntax and highlighting works well.
How to register a new formatter for ...
Alexei Danchenkov
Votes: 0
Answers: 1