pnpm create vite@latest vue3-tutorial
cd vue3-tutorial
pnpm install
pnpm run devnpm init @eslint/configconsole.log('this is a error no-undef: %d', app.count)pnpm run linterror 'app' is not defined no-undef
"rules": {
"no-undef" : ["warn"]
}pnpm run lintwarning 'app' is not defined no-undef