Skip to content

Commit b81cfd5

Browse files
author
Glen Mailer
committedJan 31, 2021
Update eslint and prettier
1 parent c98216a commit b81cfd5

File tree

4 files changed

+493
-400
lines changed

4 files changed

+493
-400
lines changed
 

‎.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
unit_tests: &unit_tests
24
steps:
35
- checkout
@@ -24,7 +26,6 @@ canary_tests: &canary_tests
2426
name: Run unit tests.
2527
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
2628

27-
version: 2
2829
jobs:
2930
dependency_cache:
3031
docker:
@@ -109,7 +110,6 @@ jobs:
109110
name: Publish to NPM
110111
command: printf "noop running conventional-github-releaser"
111112

112-
version: 2.0
113113
workflows:
114114
version: 2
115115
validate-publish:

‎.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.md

0 commit comments

Comments
 (0)
Please sign in to comment.