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 = [
146146 // #1030
147147 'https://github.com/astrofox-io/astrofox' ,
148148 // #1075
149- 'https://github.com/jaredLunde/masonic'
149+ 'https://github.com/jaredLunde/masonic' ,
150150 // These two project use `decorator`, try to enable when we use `@babel/eslint-parser`
151151 // 'https://github.com/untitled-labs/metabase-custom',
152152 // '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'
153158] . map ( project => {
154159 if ( typeof project === 'string' ) {
155160 project = { repository : project } ;
You can’t perform that action at this time.
0 commit comments