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

your recommended config rules are invalid

Open hieuvp opened this issue 6 years ago • 2 comments

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

hieuvp avatar Mar 23 '18 12:03 hieuvp

Oh gosh, I fucked up. I will take a look at it tomorrow, since I will be on the weekend

asn007 avatar Mar 23 '18 12:03 asn007

Thank you @asn007,

You also should use the codebox recommended config in this project too 👍

Starred ❤️ your repo

hieuvp avatar Mar 24 '18 04:03 hieuvp