eslint-plugin-codebox icon indicating copy to clipboard operation
eslint-plugin-codebox copied to clipboard

ESLint plugin for rules we use at Codebox

Results 8 eslint-plugin-codebox issues
Sort by recently updated
recently updated
newest added

ignoreCase was treated as true, no matter what was set in the config. This PR sets ignoreCase only to true, if it was undefined in the config

I was kind of suprised that when installing the package npm reports this: > added 381 packages from 222 contributors and audited 21974 packages in 23.941s which led me to...

this is my .eslintrc ``` 'plugins': [ 'codebox' ] 'extends': [ 'plugin:codebox/recommended' ] ``` This is the result when I run `eslint --fix` ``` Configuration for rule "codebox/sort-named-imports" is invalid:...

bug

Do you have any plan in your roadmap to support ES5 using `require`? Thank you and look forward to checking your response ❤️

help wanted

How is `destructuring export`? Something is like this is pretty easy to be sorted alphabetically right? ``` export { getListLand, getLandDetail, addLand, addFarmer, getUserProfile, updateUserProfile }; ``` Best Regards,

Right now this plugin treats aliases such as from babel-plugin-module-resolver as node.js modules, which, of course, they are not This needs to be fixed

enhancement

Running ESLint (without fix) with `eslint-plugin-codebox` results in the following error for majority of files: ```bash 1:1 error Resolve error: unable to load resolver "node" codebox/sort-imports ``` Most of the...

bug

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper