Socket
Socket
Sign inDemoInstall

eslint-config-theme-next

Package Overview
Dependencies
102
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-theme-next

ESLint config for projects under theme NexT organization.


Version published
Maintainers
9
Install size
6.66 kB
Created

Readme

Source

eslint-config-theme-next

npm-image lic-image

ESLint config for projects under theme NexT organization.

Installation

size-image dm-image dt-image

There are two ways to install this configuration preset with ESLint: globally (recommended) or locally.

Global Installation

npm install -g eslint
npm install -g eslint-config-theme-next

Local Installation

npm install --save-dev eslint
npm install --save-dev eslint-config-theme-next

Usage

If the file .eslintrc.json does not exists in the required repository, you will need to create it:

{
  "extends": "theme-next",
  "root": true
}

Next, you can choose to install the ESLint plugin for your editor. For example, use Visual Studio Code with ESLint plugin installed.

Keywords

FAQs

Last updated on 15 Jul 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc