Skip to content

Bump eslint version to 8.45.0 and eslint-plugin-vue to 9.15.1 (DEV-95002) #70

Bump eslint version to 8.45.0 and eslint-plugin-vue to 9.15.1 (DEV-95002)

Bump eslint version to 8.45.0 and eslint-plugin-vue to 9.15.1 (DEV-95002) #70

name: Frontend Static Review
on: [push, pull_request]
jobs:
fe_test:
name: Code Lint Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn
- run: yarn lint