@jaypie/eslint
v1.2.2
Published
Linting rules for Jaypie projects
Downloads
879
Readme
Jaypie ESLint 🐦⬛🧹
Linting rules for Jaypie projects
🎯 Goals
Jaypie ecosystem coding style, Prettier, and bespoke rules found to improve development
📋 Usage
Installation
npm install --save-dev @jaypie/eslintConfiguration
Jaypie Alone
// eslint.config.js
export { default as default } from "@jaypie/eslint";Jaypie with Other configs
Jaypie's configuration is a flat array that can be spread into another configuration.
import jaypie from "@jaypie/eslint";
export default [
...jaypie
// More configuration
];🛣️ Roadmap
Wishlist 🌠
- CommonJS
- eslint-plugin-import-x
📝 Changelog
| Date | Version | Summary |
| ---------- | ------- | -------------- |
| 10/19/2024 | 1.0.0 | Initial version ported from eslint-config-jaypie |
📜 License
MIT License. Published by Finlayson Studio
