Skip to content

Commit 8bfd280

Browse files
committed
fix ci
1 parent 3c71da4 commit 8bfd280

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
name: Versions
4242
command: npm version
4343
- checkout
44+
- run:
45+
name: Uninstall @stylistic/eslint-plugin
46+
command: npm uninstall -D @stylistic/eslint-plugin
4447
- run:
4548
name: Install eslint@6
4649
command: |
@@ -59,6 +62,9 @@ jobs:
5962
name: Versions
6063
command: npm version
6164
- checkout
65+
- run:
66+
name: Uninstall @stylistic/eslint-plugin
67+
command: npm uninstall -D @stylistic/eslint-plugin
6268
- run:
6369
name: Install eslint@7
6470
command: |
@@ -77,6 +83,9 @@ jobs:
7783
name: Versions
7884
command: npm version
7985
- checkout
86+
- run:
87+
name: Uninstall @stylistic/eslint-plugin
88+
command: npm uninstall -D @stylistic/eslint-plugin
8089
- run:
8190
name: Install @typescript-eslint/parser@4 eslint@7 [email protected]
8291
command: |

0 commit comments

Comments
 (0)