@knfs-tech/eslint-plugin
v1.9.10
Published
Eslint plugin
Downloads
44
Readme
This npm package provides a set of custom ESLint rules to enforce code style and best practices for JavaScript projects.
Install
Install the package via npm:
npm install --save-dev @knfs-jsc/eslint-plugin
Or via yarn:
yarn add --dev @knfs-jsc/eslint-plugin
Usage
To use this ESLint plugin, add it to your .eslintrc
configuration file:
{
"plugins": ["@knfs-jsc/eslint-plugin"],
"rules": {
"@knfs-jsc/eslint-plugin/no-arrow-functions": "error",
}
}
License
eslint-plugin is open-sourced software licensed under the MIT license.