Hi, it seems that I can't override the 'no-use-before-define' rule in my eslint config when I am using this config. I get errors using null-ls in neovim abut using styles before declaration in my react native project (a common pattern which is disallowed by this rule).
Hi, it seems that I can't override the 'no-use-before-define' rule in my eslint config when I am using this config. I get errors using null-ls in neovim abut using styles before declaration in my react native project (a common pattern which is disallowed by this rule).
Here is my .eslintrc
And here is my package.json
Thanks for any help you can provide.