Skip to content

Conversation

@trolit
Copy link
Owner

@trolit trolit commented Jul 31, 2022

No description provided.

Repository owner deleted a comment from patchron bot Jul 31, 2022
Repository owner deleted a comment from patchron bot Jul 31, 2022
Repository owner deleted a comment from patchron bot Jul 31, 2022
Repository owner deleted a comment from patchron bot Jul 31, 2022
Repository owner deleted a comment from patchron bot Jul 31, 2022
Repository owner deleted a comment from patchron bot Jul 31, 2022
Repository owner deleted a comment from patchron bot Jul 31, 2022
Repository owner deleted a comment from patchron bot Jul 31, 2022
Repository owner deleted a comment from patchron bot Jul 31, 2022
Comment on lines +1 to +12
// @NOTE: GROUP1
const package3 = require('package-3-html-test-1');
const {
test1,
test2,
test3,
test4,
test5,
test6,
test7
} = require('package-2-test');
const package1 = require('package1');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep ascending order for keyword: require (packages)

Comment on lines +14 to +25
// @NOTE: GROUP2
const helper1 = require('@/helpers/helper1');
const {
plugin2,
plugin3,
plugin4,
plugin5,
plugin6,
plugin7
} = require('@/plugins');
const utility5000 = require('@/utilities/utility5000');
const utility1 = require('@/utilites/utility1');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep ascending order for keyword: require (other)

Comment on lines +27 to +30
// @NOTE: GROUP3
const helper110 = require('@/utilites/helper110-2222');
const helper100 = require('@/helpers/helper100-1111');
const helper120 = require('@/utilities/helper120-3333');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep ascending order for keyword: require (other)

@patchron
Copy link

patchron bot commented Jul 31, 2022

pull request review completed

💬 7 comment(s) require attention.
🔨 1 commit(s)
➕ 60 additions
➖ 0 deletions
➗ 2 changed files

@trolit trolit force-pushed the main branch 3 times, most recently from 459394f to d8a500d Compare September 2, 2022 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants