Skip to main content
1 vote
1 answer
247 views

Gatsby - Conflicting peer dependency: with eslint-config-react-app and @typescript-eslint/eslint-plugin

I am using gatsby (5.12.3). I found that it has a dependency on "@typescript-eslint/eslint-plugin": "^5.60.1" and "eslint-config-react-app": "^6.0.0", The "...
Michael Sync's user avatar
  • 5,034
1 vote
0 answers
248 views

Sublime text editor ESLint plugin acts like ESLint not installed when I try to lint file

Following the instructions located at https://packagecontrol.io/packages/ESLint, I installed Node.JS, then installed ESLint, then opened Sublime Text Editor and used the Command Palette to install the ...
dennis's user avatar
  • 73
0 votes
1 answer
68 views

what is the eslint config "plugins" value used for?

While configuring eslint I stumbled over the fact, that some preconfigured plugins suggest setting the "plugins" : [] value inside my config (typescript), while other plugins don't suggest ...
Basti's user avatar
  • 769
1 vote
0 answers
1k views

Wrote a Custom Eslint Plugin To Find Duplicate Values In A Json File But It's Not Finding The Duplications

I have multiple Json files. People are writing to these files manually. I want to be able to detect the duplicate values inside each file and throw and error. I want to utilize eslint to do this and ...
turtur's user avatar
  • 11
-3 votes
1 answer
324 views

How to make an asynchronous process as synchronous in javascript [duplicate]

I am currently developing a plugin for eslint. I have encountered the following problem. I want to make hot changes to the configuration file, so we are required to make an Http request to get the ...
javigala98's user avatar