bigpopakap-crap / moodly

Web app to track your mood
0 stars 0 forks source link

Remove eslint-plugin-typescript dependency #37

Open bigpopakap opened 5 years ago

bigpopakap commented 5 years ago

Unfortunately, IntelliJ doesn't work with this .eslintrc.js configuration:

plugins: [
    '@typescript-eslint',
    ...
]

even though this is supposed to replace the deprecated 'typescript' plugin.

If @typescript-eslint gets an update, try removing plugin: 'typescript' and see if IntelliJ works. If it does, then just yarn remove eslint-plugin-typescript from the client project, and we're all updated!

bigpopakap commented 5 years ago

fe031e8 was just a temporary fix that adds both plugins. But the real fix is to remove the deprecated eslint-plugin-typescript dependency so only the new one is used