これで、以下が行われます。 必要なパッケージ(@playwright/test)のインストール config(playwright.config.ts)の追加 サンプルコード(e2e/example.spec.ts, tests-examples/demo-todo-app.spec.ts)の追加 不要であれば、削除してしまってもいいでしょう .gitignore への追加 eslint plugin eslint-plugin-playwright があるので使いましょう。 以下、設定例。 overrides: [ : { files: ['e2e/**/*.spec.[jt]s?(x)'], extends: ['plugin:playwright/recommended'], rules: { // NOTE: testing-library and playwright have