Commit 0c2f96c
Fix Pro ESLint configuration to ignore open-source package
The Pro ESLint was linting files from the open-source package
(packages/react-on-rails/) which has its own separate ESLint config.
This caused lint failures in CI when the Pro lint job ran.
Added '../packages/react-on-rails/' to globalIgnores to ensure Pro
only lints Pro-specific code.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 679895d commit 0c2f96c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments