Socket
Socket
Sign inDemoInstall

@awardit/eslint-config-xo

Package Overview
Dependencies
8
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @awardit/eslint-config-xo

ESLint shareable config for Awardit AB base code style, to be used with eslint-config-xo


Version published
Maintainers
3
Install size
10.0 MB
Created

Changelog

Source

[0.3.0 - 2020-02-05]

Changed

  • Package name changed from @crossroads-loyalty-solutions/eslint-config-xo to @awardit/eslint-config-xo.
  • Updated eslint-config-xo-react to 0.22.0
  • Updated eslint-plugin-flowtype to 4.6.0
  • Updated eslint-plugin-graphql to 3.1.1
  • Updated eslint-plugin-prefer-arrow to 1.1.7
  • Updated eslint-plugin-react to 7.18.3
  • Updated eslint-plugin-react-hooks to 2.3.0

Readme

Source

Crossroads Loyalty Solutions JavaScript Code Style

Greenkeeper badge

Installation

npm i -DE xo @crossroads-loyalty-solutions/eslint-config-xo

Add the following to your package.json:

{
  "scripts": {
    "test:xo": "xo"
  },
  "xo": {
    "extends": [
      "@crossroads-loyalty-solutions/eslint-config-xo"
    ]
  }
}

React and GraphQL lints

React and GraphQL will only their lints if react and graphql modules are installed, respectively. This will avoid unnecessary depenencies or errors.

Keywords

FAQs

Last updated on 05 Feb 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