Commit 42c0aef 1 parent 8e8e9f8 commit 42c0aef Copy full SHA for 42c0aef
File tree 4 files changed +4
-5
lines changed
packages/eslint-config-eslint
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
push :
4
- branches : [main]
4
+ branches : [main, v8.x ]
5
5
pull_request :
6
- branches : [main]
6
+ branches : [main, v8.x ]
7
7
8
8
permissions :
9
9
contents : read
Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ module.exports = function(eleventyConfig) {
189
189
* @returns {string } The base 64 encoded equivalent of the text.
190
190
*/
191
191
function encodeToBase64 ( text ) {
192
- /* global btoa -- It does exist, and is what the playground uses. */
193
192
return btoa ( unescape ( encodeURIComponent ( text ) ) ) ;
194
193
}
195
194
Original file line number Diff line number Diff line change 122
122
"eslint-plugin-eslint-plugin" : " ^5.2.1" ,
123
123
"eslint-plugin-internal-rules" : " file:tools/internal-rules" ,
124
124
"eslint-plugin-jsdoc" : " ^46.2.5" ,
125
- "eslint-plugin-n" : " ^16.4 .0" ,
125
+ "eslint-plugin-n" : " ^16.6 .0" ,
126
126
"eslint-plugin-unicorn" : " ^49.0.0" ,
127
127
"eslint-release" : " ^3.2.0" ,
128
128
"eslump" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 31
31
"@eslint/js" : " ^8.42.0" ,
32
32
"eslint-plugin-eslint-comments" : " ^3.2.0" ,
33
33
"eslint-plugin-jsdoc" : " ^46.5.1" ,
34
- "eslint-plugin-n" : " ^16.4 .0" ,
34
+ "eslint-plugin-n" : " ^16.6 .0" ,
35
35
"eslint-plugin-unicorn" : " ^49.0.0"
36
36
},
37
37
"keywords" : [
You can’t perform that action at this time.
0 commit comments