Nuxtでimgタグにaltつけ忘れないようにするeslint-plugin-vue-a11y
a11y誰にでも使えるようウェブサイトを設計・構築すること。
そんなwebサイトのユーザ補助技術を担保するためのeslintがあるので使ってみた。
今回はvue。jsx版とかもある。
↓公式通りに追加。
module.exports = { root: true, env: { browser: true, node: true }, extends: [ '@nuxtjs/eslint-config-typescript', 'plugin:nuxt