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

@nulogy/eslint-config-nulogy

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nulogy/eslint-config-nulogy

A shareable config for Nulogy frontend apps

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
8
Created
Source

@nulogy/eslint-config-nulogy

A custom ESLint config with recommended settings for Apollo/TypeScript/React/JSON development at Nulogy.

This configuration is based on typescript-eslint. For supporting JSON files eslint-plugin-json is being used. Support for Prettier has been also added.

Usage

Install this using:

yarn add -D @nulogy/eslint-config-nulogy

In order to use this configuration, you also have to install the peer dependencies eslint, prettier and typescript:

yarn add -D eslint prettier
yarn add typescript

Then add extends: "@nulogy/nulogy" to your .eslintrc.* file like so:

.eslintrc.js:

module.exports = {
  extends: "@nulogy/nulogy"
}

You may also want to add a .prettierignore file, especially to filter out __generated__ files from Apollo Codegen.

TODOs

  • Extract rules that have been customized
  • Consider using eslint-config-react-app

FAQs

Package last updated on 08 Feb 2021

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