@nodesecure/eslint-config
v2.0.0-beta.0
Published
NodeSecure Node.js ESLint configuration
Downloads
947
Keywords
Readme
Requirements
- Node.js v20 or higher
Getting Started
This package is available in the Node Package Repository and can be easily installed with npm or yarn.
$ npm i @nodesecure/eslint-config -D
# or
$ yarn add @nodesecure/eslint-config -D
Usage example
Create an .eslintrc
file at the root of your project with the following (JSON) content:
{
"extends": "@nodesecure/eslint-config"
}
Edit the file as you want by adding custom rules if required !
Contributors ✨
Thanks goes to these wonderful people (emoji key):
License
MIT