-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add modular lint
command
#109
Comments
I wrote two relevant comments within the previous PR:
|
I just realised something. Using a naive approach of just calling the CLI (without chunking files like |
Within another issue @NMinhNguyen wrote:
I actually quite like this idea with regards to improving the DX of other tools (e.g. |
@cangarugula Let's target this for 1.2 using |
* lint changed files * abstract jest-runner-eslint + add onlyDiff option * added tests & fixture files + default is onlyDiff * add changeset + fix js fixture * updated index.test and app.test tests * update jest-runner-eslint folder name in pkg json * use git config default branch if no remote origin * use ternary * update yarn.lock * update getworkspaceinfo snapshot * clean up snapshot * moved jest.setTimeout + eslint-config-modular-app * refresh yarn * use modular lint in lint-staged * delete config.js file and move into index.js * update snapshot * update snapshots Co-authored-by: Cang Truong <[email protected]> Co-authored-by: Luke Sheard <[email protected]>
See prior discussion in #90 and #108. Will require configurability to specify options such as the base branch (
main
/master
) https://github.com/atlassian/changesets/blob/377f5c385ad9db4ff8458f159e2d452c39828567/packages/config/schema.json#L52-L56The text was updated successfully, but these errors were encountered: