Socket
Socket
Sign inDemoInstall

eslint-config-theme-next

Package Overview
Dependencies
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-theme-next - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

3

index.js
module.exports = {
"extends": ["eslint:recommended"],
parserOptions: {
ecmaVersion: 2017
},
"rules": {

@@ -4,0 +7,0 @@ // Override recomennded

4

package.json
{
"name": "eslint-config-theme-next",
"version": "1.1.3",
"description": "ESLint config for projects under theme NexT organization",
"version": "1.1.4",
"description": "ESLint config for projects under theme NexT organization.",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

# eslint-config-theme-next
[![npm-image]][npm-url]
[![size-image]](../../blob/master/index.js)
[![dm-image]][npm-url]
[![dt-image]][npm-url]
[![lic-image]](LICENSE)

@@ -13,6 +10,10 @@

There are two ways to install this configuration preset with `ESLint`: globally or locally.
![size-image]
[![dm-image]][npm-url]
[![dt-image]][npm-url]
### Global Installation (recommended)
There are two ways to install this configuration preset with `ESLint`: globally (recommended) or locally.
### Global Installation
```bash

@@ -32,3 +33,3 @@ npm install -g eslint

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

@@ -42,10 +43,11 @@ ```json

Then need to install ESLint plugin under your editor. For example, I use [Visual Studio Code](https://github.com/Microsoft/vscode/) with [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) plugin installed.
Next, you can choose to install the ESLint plugin for your editor. For example, use [Visual Studio Code](https://github.com/Microsoft/vscode/) with [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) plugin installed.
[npm-image]: https://badge.fury.io/js/eslint-config-theme-next.svg
[size-image]: https://img.shields.io/github/size/theme-next/eslint-config-theme-next/index.js.svg
[dm-image]: https://img.shields.io/npm/dm/eslint-config-theme-next.svg
[dt-image]: https://img.shields.io/npm/dt/eslint-config-theme-next.svg
[lic-image]: https://img.shields.io/npm/l/eslint-config-theme-next.svg
[npm-image]: https://img.shields.io/npm/v/eslint-config-theme-next.svg?style=flat-square
[lic-image]: https://img.shields.io/npm/l/eslint-config-theme-next?style=flat-square
[size-image]: https://img.shields.io/github/languages/code-size/theme-next/eslint-config-theme-next?style=flat-square
[dm-image]: https://img.shields.io/npm/dm/eslint-config-theme-next?style=flat-square
[dt-image]: https://img.shields.io/npm/dt/eslint-config-theme-next?style=flat-square
[npm-url]: https://www.npmjs.com/package/eslint-config-theme-next
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