Skip to content

Bump eslint-plugin-import from 2.29.1 to 2.30.0 #912

Bump eslint-plugin-import from 2.29.1 to 2.30.0

Bump eslint-plugin-import from 2.29.1 to 2.30.0 #912

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
- run: npm ci
- run: ./node_modules/.bin/eslint -c ./.eslintrc.json -f compact *.js