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

Panels #1857

Merged
merged 100 commits into from
Jan 6, 2022
Merged

Panels #1857

merged 100 commits into from
Jan 6, 2022

Conversation

bunsenstraat
Copy link
Collaborator

No description provided.

@bunsenstraat bunsenstraat marked this pull request as draft December 23, 2021 15:29
@ethereum ethereum deleted a comment from github-actions bot Jan 4, 2022
@ethereum ethereum deleted a comment from github-actions bot Jan 5, 2022
@github-actions
Copy link

github-actions bot commented Jan 5, 2022

@@ -1117,6 +1117,21 @@
}
}
},
"remix-ui-panel": {
Copy link
Member

@ioedeveloper ioedeveloper Jan 6, 2022

Choose a reason for hiding this comment

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

Add remix-ui-panel to lint:libs command in package.json to run linting.

@@ -0,0 +1,249 @@
{
Copy link
Member

Choose a reason for hiding this comment

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

Update linting rules to default.

{
  "extends": ["plugin:@nrwl/nx/react", "../../../.eslintrc"],
  "ignorePatterns": ["!**/*"],
  "overrides": [
    {
      "files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
      "rules": {}
    },
    {
      "files": ["*.ts", "*.tsx"],
      "rules": {}
    },
    {
      "files": ["*.js", "*.jsx"],
      "rules": {}
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants