Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mass migration from package-relative imports to wp-calypso-client #44958

Merged
merged 3 commits into from
Oct 8, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enable rule wpcalypso/no-package-relative-imports
  • Loading branch information
scinos committed Oct 6, 2020
commit 946c03f4463e499269401b5d9b0fbb18ce0ee67e
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ module.exports = {
],
// Disabled for now until we finish the migration
'wpcalypso/no-package-relative-imports': [
'off',
'error',
{
mappings: [
{
Expand Down