Skip to content

JJoriping/eslint-plugin

Repository files navigation

@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

About

지극히 개인적인 eslint 플러그인

Topics

Resources

License

Stars

Watchers

Forks