NodeSecure / eslint-config

NodeSecure ESLint configuration (Work for both JavaScript and TypeScript projects).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@nodesecure/eslint-config

version Maintenance OpenSSF Scorecard mit build

NodeSecure Node.js Eslint configuration (Work for both JavaScript and TypeScript projects).

Requirements

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 ✨

All Contributors

Thanks goes to these wonderful people (emoji key):

Gentilhomme
Gentilhomme

πŸ’» πŸ“– πŸ‘€ πŸ›‘οΈ
Tony Gorez
Tony Gorez

πŸ’»
halcin
halcin

🚧
Kouadio Fabrice Nguessan
Kouadio Fabrice Nguessan

🚧
PierreDemailly
PierreDemailly

πŸ’» 🚧

License

MIT

About

NodeSecure ESLint configuration (Work for both JavaScript and TypeScript projects).

License:MIT License


Languages

Language:JavaScript 100.0%