File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -146,10 +146,15 @@ module.exports = [
146
146
// #1030
147
147
'https://github.com/astrofox-io/astrofox' ,
148
148
// #1075
149
- 'https://github.com/jaredLunde/masonic'
149
+ 'https://github.com/jaredLunde/masonic' ,
150
150
// These two project use `decorator`, try to enable when we use `@babel/eslint-parser`
151
151
// 'https://github.com/untitled-labs/metabase-custom',
152
152
// 'https://github.com/TheThingsNetwork/lorawan-stack',
153
+ 'https://github.com/prototypejs/prototype' ,
154
+ 'https://github.com/jquery/jquery' ,
155
+ 'https://github.com/mootools/mootools-core' ,
156
+ 'https://github.com/yui/yui3' ,
157
+ 'https://github.com/dojo/dojo'
153
158
] . map ( project => {
154
159
if ( typeof project === 'string' ) {
155
160
project = { repository : project } ;
You can’t perform that action at this time.
0 commit comments