Skip to content

Commit

Permalink
Update eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Mailer committed Jan 31, 2021
1 parent c98216a commit b81cfd5
Show file tree
Hide file tree
Showing 4 changed files with 493 additions and 400 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

unit_tests: &unit_tests
steps:
- checkout
Expand All @@ -24,7 +26,6 @@ canary_tests: &canary_tests
name: Run unit tests.
command: if [[ $(compver --name webpack --gte next --lt latest) < 1 ]] ; then printf "Next is older than Latest - Skipping Canary Suite"; else npm run ci:test ; fi

version: 2
jobs:
dependency_cache:
docker:
Expand Down Expand Up @@ -109,7 +110,6 @@ jobs:
name: Publish to NPM
command: printf "noop running conventional-github-releaser"

version: 2.0
workflows:
version: 2
validate-publish:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.md

0 comments on commit b81cfd5

Please sign in to comment.