Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-adonis

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-adonis

ESlint rules for AdonisJs applications and addons

  • 2.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

npm-image license-image synk-image


Eslint plugin AdonisJS

Eslint plugin for AdonisJS applications and packages.

This repo contains the config for eslint used by the core packages of AdonisJS and recommended for AdonisJS applications as well.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-adonis:

$ npm install eslint-plugin-adonis --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-adonis globally.

Usage

Add adonis to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

For core or community packages

adonis/typescriptPackage must be extended when creating packages for AdonisJS.

{
  "extends": [
    "plugin:adonis/typescriptPackage"
  ]
}

For applications

adonis/typescriptApp must be extended when creating AdonisJS application written in Typescript.

{
  "extends": [
    "plugin:adonis/typescriptApp"
  ]
}
Built with ❤︎ by Harminder Virk

Keywords

FAQs

Package last updated on 15 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc