This is a ESLint config commonly inherited by PrAha products.
Use this setting to ensure consistent code writing and maintain high code quality.
npm install -D eslint @praha/eslint-config-common @praha/eslint-config-definer
Create a eslint.config.js
file in the root directory of your project, and add @praha/eslint-config-common
.
import { common } from '@praha/eslint-config-common';
import { define } from '@praha/eslint-config-definer';
const config = define(
common,
);
export default config();
Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.
Copyright © 2024 PrAha.
This project is MIT
licensed.