Skip to content

Enable verbatimModuleSyntax option #1806

Enable verbatimModuleSyntax option

Enable verbatimModuleSyntax option #1806

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
name: Lint TS and CSS
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup node env
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
- name: Install dependencies
run: npm ci --no-audit
- name: Build for production
run: npm run build
- name: Run ESLint
run: npm run lint