YSN Blog

Install ESLint and Prettier

October 02, 2022

I followed this article. ESLint + Prettierを導入したTypeScript開発環境

Generating config files was easy because they are created automatically by executing npx eslint --init.

I had thought that eslint setting had been complicated but it became easier.