Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
/ eslint-config Public archive

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

License

Notifications You must be signed in to change notification settings

NodeSecure/eslint-config

Repository files navigation

Caution

This project/package is migrated to OpenAlly/configs

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