Modularized eslint configs and added ability for customizing certain eslint rules per project basis#619
Conversation
|
The script is ready: https://gist.github.com/yedhink/d0e88d99536eca2bffb7becab49a0a39 Please note that this script will work once this PR gets merged. The reason is that the In neetoCompliance, the array of configs declared from the script that I've created can be used for auditing. One more thing to notice here is that when we update the gist, the raw URL only gets updated after like 10 seconds due to caching issue in Github's side. We can counter it to an extent by passing an URL param with a random cache value. Thought I'd point this out. We can merge this PR once changes are merged in neetoCompliance. Either ways neeto users will have to update neetoCompliance to latest version in order for changes to get reflected. Thus this PR can wait. |
|
@unnitallman Also, this is how we should add the Users can run the following from terminal after adding above script to package.json to pull latest configs: yarn run sync_with_wheel |
|
@unnitallman As per our discussion, I have moved the script into wheel itself. This will allow us to update the script with much more ease when say a new config or package is added to wheel. Will wait till neetoCompliance is ready to merge this PR. |
Fixes #615, Fixes #620
@unnitallman
Please don't merge yet.
We should only merge this PR after the
sync_with_wheelscript is ready and neetoCompliance is updated.