Skip to content

Add @vue/typescript-plugin for vue language server #150

Add @vue/typescript-plugin for vue language server

Add @vue/typescript-plugin for vue language server #150

Workflow file for this run

name: Linters
on:
push:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
name: ESLint
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Lint with ESLint
run: pnpm run eslint
stylelint:
runs-on: ubuntu-latest
name: Stylelint
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Lint with Stylelint
run: pnpm run stylelint