@daldalso/eslint-plugin
v1.2.3
Published
ESLint plugin for [Daldalso](https://daldal.so)-style programming.
Downloads
6
Readme
@daldalso/eslint-plugin
ESLint plugin for Daldalso-style programming.
Getting Started
yarn add @daldalso/eslint-plugin
- 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