-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESLintとPrettierの設定 #8
Comments
package.jsonの初期化をする
新しいファイルを作る .eslintrc を作って、自分の好きなルールを設定できる。eslintの公式ドキュメントを読んで必要な設定をしていく。https://eslint.org/docs/latest/use/getting-started AirB&Bのeslintの設定を参考にして設定をするのがおすすめPrettier
git commit時に動くように設定(Husky)gitにPush,commitするときに自動でeslintで走るようにhuskyを利用してチェックできるような設定をする。
vscodeプラグイン
vscode上の設定で保存した際に自動でeslintとprettierでコードを補正するようにする設定
|
うまく動かないパッケージのインストール
Prettierの設定
ESLintの設定
Package.jsonの設定
|
参考動画(上手くいった)
ESLint
Prettier
うまく動かないので違う文献/動画を参照する
The text was updated successfully, but these errors were encountered: