|
|
|
|
|
by yesbabyyes
3052 days ago
|
|
Regarding the linting levels, for eslint you can configure any rules. Just use different .eslintrc and you should be all set. Regarding the changeset, I think you could roll that pretty easily with something like `git diff --name-only | xargs eslint`. |
|