1.2.1 • Published 5 years ago

eslint-config-theme-next v1.2.1

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

eslint-config-theme-next

npm-image lic-image

ESLint config for projects under theme NexT organization.

Installation

size-imagedm-image]npm-urldt-image]npm-url

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.

1.2.1

5 years ago

1.2.0

5 years ago

1.1.4

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

7 years ago