1.2.3 • Published 10 months ago

@daldalso/eslint-plugin v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@daldalso/eslint-plugin

ESLint plugin for Daldalso-style programming.

Getting Started

  1. yarn add @daldalso/eslint-plugin
  2. Add the plugin to your ESLint 9 configuration file like below:

    import daldalsoPlugin from "@daldalso/eslint-plugin";
    
    export default [
      daldalsoPlugin.configs.all
    ];

Caveats

  • This plugin is just for describing the code conventions of Daldalso. I have no intention of arguing that it is better than any other conventions.
  • For originality, you had better remove the following plugins from your configuration file.
    • @typescript-eslint/eslint-plugin
    • eslint-plugin-import
    • eslint-plugin-react
    • eslint-plugin-react-hooks
    • eslint-plugin-unicorn