Commit 9564900 1 parent 953664c commit 9564900 Copy full SHA for 9564900
File tree 3 files changed +89
-168
lines changed
3 files changed +89
-168
lines changed Original file line number Diff line number Diff line change 68
68
fail-fast : false
69
69
matrix :
70
70
node-version : [12.x, 14.x, 16.x]
71
- eslint-version : [6, 7]
71
+ eslint-version : [6, 7, 8 ]
72
72
ts-eslint-plugin-version : [4, 5]
73
+ exclude :
74
+ # ts-eslint/plugin@4 doesn't support eslint@8
75
+ - eslint-version : 8
76
+ ts-eslint-plugin-version : 4
73
77
runs-on : ubuntu-latest
74
78
75
79
steps :
Original file line number Diff line number Diff line change 60
60
"projects" : [
61
61
{
62
62
"displayName" : " test" ,
63
+ "moduleNameMapper" : {
64
+ "@eslint/eslintrc/universal" : " @eslint/eslintrc/dist/eslintrc-universal.cjs"
65
+ },
63
66
"testEnvironment" : " node" ,
64
67
"testPathIgnorePatterns" : [
65
68
" <rootDir>/lib/.*" ,
100
103
"babel-jest" : " ^27.0.0" ,
101
104
"babel-plugin-replace-ts-export-assignment" : " ^0.0.2" ,
102
105
"dedent" : " ^0.7.0" ,
103
- "eslint" : " ^6.0.0 || ^7.0.0" ,
106
+ "eslint" : " ^6.0.0 || ^7.0.0 || ^8.0.0 " ,
104
107
"eslint-config-prettier" : " ^8.3.0" ,
105
108
"eslint-plugin-eslint-comments" : " ^3.1.2" ,
106
109
"eslint-plugin-eslint-config" : " ^2.0.0" ,
124
127
},
125
128
"peerDependencies" : {
126
129
"@typescript-eslint/eslint-plugin" : " ^4.0.0 || ^5.0.0" ,
127
- "eslint" : " ^6.0.0 || ^7.0.0"
130
+ "eslint" : " ^6.0.0 || ^7.0.0 || ^8.0.0 "
128
131
},
129
132
"peerDependenciesMeta" : {
130
133
"@typescript-eslint/eslint-plugin" : {
150
153
" @semantic-release/git" ,
151
154
" @semantic-release/github"
152
155
]
156
+ },
157
+ "resolutions" : {
158
+ "@typescript-eslint/experimental-utils" : " ^5.0.0"
153
159
}
154
160
}
You can’t perform that action at this time.
0 commit comments