Skip to content

chore(ide): add IntelliJ module definitions#1651

Closed
brtbrt wants to merge 1 commit into
masterfrom
mbertamini/1650-add-intellij-support
Closed

chore(ide): add IntelliJ module definitions#1651
brtbrt wants to merge 1 commit into
masterfrom
mbertamini/1650-add-intellij-support

Conversation

@brtbrt

@brtbrt brtbrt commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

in order to let developers use intellij like vscode

Copilot AI review requested due to automatic review settings July 14, 2026 18:27
@brtbrt
brtbrt requested a review from a team as a code owner July 14, 2026 18:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR adds IntelliJ IDEA module definition files (.iml) to make working with the repo in JetBrains IDEs easier, similar to the committed VS Code workspace settings.

Changes:

  • Added a root mistica-web.iml module file that marks src/ as the main source folder.
  • Added an eslint-plugin-mistica-local-rules.iml module file for the local ESLint rules package.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
mistica-web.iml Introduces a root IntelliJ module configuration for the repo.
packages/eslint-plugin-mistica-local-rules/eslint-plugin-mistica-local-rules.iml Adds an IntelliJ module configuration for the ESLint local rules package.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread mistica-web.iml
Comment on lines +1 to +3
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
Comment thread mistica-web.iml
Comment on lines +5 to +7
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
Comment on lines +5 to +7
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
</content>
@github-actions

Copy link
Copy Markdown

Size stats

master this branch diff
Total JS 15.8 MB 15.8 MB -1 B
JS without icons 1.93 MB 1.93 MB -1 B
Lib overhead 96.3 kB 96.3 kB 0 B
Lib overhead (gzip) 21.2 kB 21.2 kB 0 B

@github-actions

Copy link
Copy Markdown

Deploy preview for mistica-web ready!

Project:mistica-web
Status: ✅  Deploy successful!
Preview URL:https://mistica-a0qdw4eon-flows-projects-65bb050e.vercel.app
Latest Commit:75b37c0

Deployed with vercel-action

@github-actions

Copy link
Copy Markdown

Accessibility report
✔️ No issues found

ℹ️ You can run this locally by executing yarn audit-accessibility.

@brtbrt
brtbrt force-pushed the master branch 2 times, most recently from 59b086a to ac8e28d Compare July 15, 2026 22:54
@brtbrt brtbrt closed this Jul 15, 2026
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