-
Notifications
You must be signed in to change notification settings - Fork 0
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
Stop extend airbnb config #25
Comments
@RusinovAnton, @yola/frontend-engineering, i guess the first one that we should either refuse or reconfigure are |
Regarding https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/extensions.md#examples
|
In our https://github.com/yola/ws-headless-builder/blob/master/webpack.config.js we have a consistent configuration that allows us to resolve imports like:
And this is a canonic way to import/use modules in |
@eugeneford webpack alias vs eslint import plugin issue can be resolved by adding specialized setting into |
We had spent some time yesterday working on code together using Eslint and have noticed that there are plenty rules that we want to override or disable at all. Its been decided to move from extended config to our own set of rules which we will be able to tweak easily.
Plan of attack:
...
...
eslint-plugin-yola
to use these configs.@yola/frontend-engineering I propose to discuss rules that should be disabled/reconfigured before proceed on changing this plugin.
The text was updated successfully, but these errors were encountered: