1.9.10 • Published 1 year ago

@knfs-tech/eslint-plugin v1.9.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

Author

Owner


1.9.10

1 year ago

1.9.9

1 year ago

1.0.0

1 year ago