Skip to content

knfs-library/eslint-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Github Actions

About ESLint Plugin

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


About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published