The next minor release of ESLint will deprecate core formatting rules. [The dev team] recommends you use a source code formatter [Prettier, dprint] instead.

1 comment

sorted by: hot top controversial new old
[–] 5 points 2 years ago

I've been using prettier from eslint, with eslint-plugin-prettier. Then I just need to run eslint and have the eslint vscode extension

  • source