1.9.10 • Published 1 year ago
@knfs-tech/eslint-plugin v1.9.10
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-pluginOr via yarn:
yarn add --dev @knfs-jsc/eslint-pluginUsage
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.