Is it possible with ESLint to ignore one specific rule for an entire directory?
In my case, I would like to ignore import/prefer-default-export for a di
import/prefer-default-export
cretae .eslintignore file and put inside it you exluded folders example :
node_modules/ functions/ dist/