Socket
Book a DemoInstallSign in
Socket

eslint-config-inturn

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-inturn

an eslint config used by the development team at inturn

latest
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

eslint-config-inturn

This is a config that contains the linting rules used by developers for Inturn!

Installation

  • Install the config itself.
# install the config itself
npm install --save-dev eslint-config-inturn
  • If you haven't already, install install-peerdeps globally.
npm install -g install-peerdeps
  • Install the peer dependencies of eslint-config-inturn.
install-peerdeps --dev eslint-config-inturn
  • Create an .eslintrc file in the root directory of your project that looks like this:
// .eslintrc
{
  "extends": [
    'inturn'
  ]
}
  • You can run the linter in your npm scripts like this:
"scripts": {
  "lint": "eslint ."
}

FAQs

Package last updated on 17 Jun 2019

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