You-Dont-Need-Lodash-Underscore
You-Dont-Need-Lodash-Underscore copied to clipboard
Support eslint flat config
Currently this project is not support eslint's new flat config feature. Is there any plan?
As a temporary solution the following seems to work:
import youDontNeedLodashUnderscorePlugin from 'eslint-plugin-you-dont-need-lodash-underscore';
import { fixupPluginRules } from '@eslint/compat';
...
plugins: {
'you-dont-need-lodash-underscore': fixupPluginRules(youDontNeedLodashUnderscorePlugin)
},
...
@KristjanTammekivi does this work for you?
During testing months ago yes, but I haven't merged it yet because one specific rule in eslint-plugin-import still doesn't work