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/use-at-your-own-risk" : " eslint/lib/unsupported-api.js"
65
+ },
63
66
"testPathIgnorePatterns" : [
64
67
" <rootDir>/lib/.*" ,
65
68
" <rootDir>/src/rules/__tests__/fixtures/*" ,
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" ,
123
126
},
124
127
"peerDependencies" : {
125
128
"@typescript-eslint/eslint-plugin" : " ^4.0.0 || ^5.0.0" ,
126
- "eslint" : " ^6.0.0 || ^7.0.0"
129
+ "eslint" : " ^6.0.0 || ^7.0.0 || ^8.0.0 "
127
130
},
128
131
"peerDependenciesMeta" : {
129
132
"@typescript-eslint/eslint-plugin" : {
149
152
" @semantic-release/git" ,
150
153
" @semantic-release/github"
151
154
]
155
+ },
156
+ "resolutions" : {
157
+ "@typescript-eslint/experimental-utils" : " ^5.0.0"
152
158
}
153
159
}
You can’t perform that action at this time.
0 commit comments