1.0.2 • Published 9 months ago

@scienta/eslint-plugin v1.0.2

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

@scienta/eslint-plugin

npm npm

The @scienta/eslint-plugin is a set of common ESLint rules used across Scienta projects. It includes two rules that are designed to be used in combination with an Angular project. Both rules support auto-fixing. To enable the recommended configuration, use the following in your ESLint configuration:

{
  "extends": ["@scienta/recommended"]
}

Installation

To use this plugin, you can install it via npm. Run the following command in your project:

npm install --save-dev @scienta/eslint-plugin

Usage

Once the plugin is installed, you can simply extend the recommended configuration in your ESLint configuration file, as shown in the previous section.

Support

If you encounter any issues or need assistance with using the plugin, you can reach out for support. For support or bug reporting, please create an issue on the GitHub repository.

Contributing

If you would like to contribute to the development of this plugin, you are more than welcome to do so.

License

This plugin is open-source and is distributed under the MIT License.

1.0.2

9 months ago

1.0.1

9 months ago