We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c4d78 commit 67b3eb8Copy full SHA for 67b3eb8
test/integration/projects.js
@@ -150,6 +150,11 @@ module.exports = [
150
// These two project use `decorator`, try to enable when we use `@babel/eslint-parser`
151
// 'https://github.com/untitled-labs/metabase-custom',
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'
158
].map(project => {
159
if (typeof project === 'string') {
160
project = {repository: project};
0 commit comments