common ESLint configuration for projects of cepharum GmbH
Starting with v2, the configuration works with versions of ESLint since v9.
npm i -D eslint-config-cepharum
Create eslint.config.js
file in the root folder of your project with following content:
import cepharum from "eslint-config-cepharum";
export default [
// put additional configuration objects here ...
...cepharum,
// ... or here
];