We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08da699 commit ccb85ccCopy full SHA for ccb85cc
.circleci/config.yml
@@ -44,7 +44,7 @@ save_cache_settings: &save_cache_settings
44
running_yarn_eslint: &running_yarn_eslint
45
name: Running Yarn eslint
46
command: |
47
- yarn add eslint -g
+ yarn add eslint@8.57.0 -g
48
yarn lint
49
50
running_yarn_build: &running_yarn_build
0 commit comments