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 3c71da4 commit 8bfd280Copy full SHA for 8bfd280
.circleci/config.yml
@@ -41,6 +41,9 @@ jobs:
41
name: Versions
42
command: npm version
43
- checkout
44
+ - run:
45
+ name: Uninstall @stylistic/eslint-plugin
46
+ command: npm uninstall -D @stylistic/eslint-plugin
47
- run:
48
name: Install eslint@6
49
command: |
@@ -59,6 +62,9 @@ jobs:
59
62
60
63
61
64
65
66
67
68
69
name: Install eslint@7
70
@@ -77,6 +83,9 @@ jobs:
77
83
78
84
79
85
86
87
88
80
89
81
90
name: Install @typescript-eslint/parser@4 eslint@7 [email protected]
82
91
0 commit comments