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.
2 parents c1a540d + 389bd45 commit c4c75efCopy full SHA for c4c75ef
circle.yml
@@ -26,6 +26,9 @@ jobs:
26
- run:
27
name: Install dependencies
28
command: npm ci
29
+ - run:
30
+ name: Show ESLint version
31
+ command: npx eslint --version
32
33
name: Lint code
34
command: npm run lint
@@ -41,6 +44,9 @@ jobs:
41
44
42
45
name: Install ESLint 7
43
46
command: npm install eslint@7
47
48
49
50
51
name: Test ESLint 7
52
command: npm test
@@ -56,6 +62,9 @@ jobs:
56
62
57
63
name: Install ESLint 8
58
64
command: npm install eslint@8
65
66
67
59
68
60
69
name: Test ESLint 8
61
70
0 commit comments