3.0.6 • Published 1 year ago
@agaroot/eslint-config-common v3.0.6
@agaroot/eslint-config-common
This is a ESLint config commonly inherited by AGAROOT products.
Use this setting to ensure consistent code writing and maintain high code quality.
🚀 Installation
npm install -D eslint @agaroot/eslint-config-common @agaroot/eslint-config-definer
👏 Getting Started
Create a eslint.config.js
file in the root directory of your project, and add @agaroot/eslint-config-common
.
import { common } from '@agaroot/eslint-config-common';
import { define } from '@agaroot/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 © 2023 AGAROOT TECHNOLOGIES.
This project is MIT
licensed.
3.0.0-next.0
1 year ago
3.0.4
1 year ago
3.0.3
1 year ago
3.0.2
1 year ago
3.0.1
1 year ago
3.0.6
1 year ago
3.0.5
1 year ago
3.0.0
1 year ago
2.1.12
1 year ago
2.1.11
1 year ago
2.1.10
1 year ago
2.1.9
2 years ago
2.1.8
2 years ago
2.1.7
2 years ago
2.1.2
2 years ago
2.1.4
2 years ago
2.1.3
2 years ago
2.1.6
2 years ago
2.1.5
2 years ago
2.1.1
2 years ago
2.1.0
2 years ago
2.0.0
2 years ago
1.0.0
2 years ago