Skip to content

Commit

Permalink
Change from super-linter to a basic eslint setup
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeccue committed Oct 3, 2022
1 parent 93601f5 commit 7bbdb31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 68 deletions.
6 changes: 0 additions & 6 deletions .github/super-linter.env

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Lint Code Base

on:
push:
branches-ignore: [dev]
Expand All @@ -13,16 +14,18 @@ jobs:

- uses: actions/checkout@v3

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- name: Install modules
run: npm ci

# Run the basic linter on all js/vue files
- name: Lint all files
run: npm run lint:check

# Run the stricter linter on all js/vue files with changes
- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v14
with:
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/super-linter.yml

This file was deleted.

0 comments on commit 7bbdb31

Please sign in to comment.