D
D
Drovosek012021-05-17 13:42:49
JavaScript
Drovosek01, 2021-05-17 13:42:49

What can ESLint do without plugins?

We need to migrate the project from TSLint to ESLint.

In all the guides that I have looked at, ESLint is being used with various plugins.

Questions follow from this:
is ESLint still a linter + formatter or just a core, on the basis of which everyone makes their own implementation of the rules as they want?
What can pure ESLint do without plugins? In this form, can it only help writing js code or something else?
Does ESLint support linting Typescript code out of the box or only with plugins?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
Lynn "Coffee Man", 2021-05-17
@Drovosek01

https://eslint.org/docs/rules/ - no plugins
TS needs plugins, at least a parser
https://github.com/typescript-eslint/typescript-es...

A
Aetae, 2021-05-17
@Aetae

ESlint without plugins can lead to a nervous breakdown.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question