Relative Content

Tag Archive for eslint

eslint 9 | flatConfig | configError

I’m trying to set up config eslint.
The problem is that ESLint complains about using parserOptions in the configuration, indicating that it is the eslintrc format, not the flat configuration format. I would like the configuration to work without errors and to comply with the new ESLint flat configuration format.

ES Lint import/order rule not respecting charset order

My ESLint import/order rule is behaving abnormally. It used to work fine before but I have recently run some package upgrades on my application and the alphabetize property is arranging my import statements in the wrong order.