tengattack / eslint-plugin-php-markup

A eslint plugin to process PHP markup
8 stars 2 forks source link

Not compatible with eslint 6.x #3

Closed kkmuffme closed 4 years ago

kkmuffme commented 4 years ago

It seems like the plugin is not compatible with eslint 6.x

Error: Failed to load plugin 'php-markup' declared in '--config': eslint-plugin-php-markup error: It seems that eslint is not loaded.

I had this same error with eslint-plugin-html, but they fixed the compatibility issue in v6.0.0 (if that is any help for you)

tengattack commented 4 years ago

Ok, I will try to fix it later

kkmuffme commented 4 years ago

@tengattack could you take a look at the issue this week? would be greatly appreciated as it's a great tool but can't be used right now :-(

tengattack commented 4 years ago

Sorry for the later, I have upgrade the plugin to v6.0.0 which is compatible with eslint 6.x!

Could you have a try?

kkmuffme commented 4 years ago

Perfect works. Thanks a lot!