@praha/eslint-config-common
TypeScript icon, indicating that this package has built-in type declarations

3.0.6 • Public • Published

@praha/eslint-config-common

npm version npm download license Github

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.

Readme

Keywords

Package Sidebar

Install

npm i @praha/eslint-config-common

Weekly Downloads

683

Version

3.0.6

License

MIT

Unpacked Size

16.8 kB

Total Files

7

Last publish

Collaborators

  • karibash