eslint-plugin-codebox
eslint-plugin-codebox copied to clipboard
your recommended config rules are invalid
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:
Value {"importTypes":["default","named","all","none"],"groups":["builtin","external","parent","sibling",["index","unknown","absolute"]],"ignoreCase":true} should NOT have additional properties.
Can you resolve and make a new publish as soon as possible? Thank you!
cc: @asn007
Oh gosh, I fucked up. I will take a look at it tomorrow, since I will be on the weekend
Thank you @asn007,
You also should use the codebox recommended config
in this project too 👍
Starred ❤️ your repo