File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -146,10 +146,27 @@ 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+ {
156+ repository : 'https://github.com/mootools/mootools-core' ,
157+ ignore : [
158+ // This file not in strict mode
159+ 'build/test/test.js'
160+ ]
161+ } ,
162+ {
163+ repository : 'https://github.com/yui/yui3' ,
164+ ignore : [
165+ // Generated code
166+ 'build/test/test-coverage.js'
167+ ]
168+ } ,
169+ 'https://github.com/dojo/dojo'
153170] . map ( project => {
154171 if ( typeof project === 'string' ) {
155172 project = { repository : project } ;
You can’t perform that action at this time.
0 commit comments