@praha/eslint-config-common
v4.0.3
Published
ESLint config for PrAha
Readme
@praha/eslint-config-common
This is a ESLint config commonly inherited by PrAha products.
Use this setting to ensure consistent code writing and maintain high code quality.
🚀 Installation
npm install -D eslint @praha/eslint-config-common @praha/eslint-config-definer👏 Getting Started
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();🤝 Contributing
Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.
📝 License
Copyright © PrAha, Inc.
This project is MIT licensed.
