1.2.5 • Published 8 months ago
@daldalso/eslint-plugin v1.2.5
@daldalso/eslint-plugin
ESLint plugin for Daldalso-style programming.
Getting Started
yarn add @daldalso/eslint-pluginAdd 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-plugineslint-plugin-importeslint-plugin-reacteslint-plugin-react-hookseslint-plugin-unicorn