Skip to content

build(deps-dev): bump @babel/plugin-transform-react-display-name from 7.24.7 to 7.25.9 #358

build(deps-dev): bump @babel/plugin-transform-react-display-name from 7.24.7 to 7.25.9

build(deps-dev): bump @babel/plugin-transform-react-display-name from 7.24.7 to 7.25.9 #358

Workflow file for this run

name: ESLinter
on: pull_request
jobs:
eslint:
name: ESLinter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 16
- name: NPM install
run: npm ci --legacy-peer-deps
- name: ESLint
uses: sibiraj-s/action-eslint@v3
with:
eslint-args: '--ignore-path=.gitignore --quiet'
extensions: 'js,jsx,ts,tsx'
annotations: true