@praha/eslint-config-common
v3.0.6
Published
ESLint config for PrAha
Downloads
1,306
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 © 2024 PrAha.
This project is MIT
licensed.