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

@xoi/eslint-config-core

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xoi/eslint-config-core

Framework agnostic ESLint config maintained by XOi Technologies

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

@xoi/eslint-config-core

CircleCI Version License

An opinionated, framework-agnostic ESLint config

Inspired by Airbnb's JavaScript style guide and Formidable Labs's ESLint config.

Installation

This module is distributed via npm which is bundled with node and should be installed as one of your project's devDependencies:

yarn add -D @xoi/eslint-config-core

This package has peer dependencies. Please make sure you have those installed as well.

yarn add -D babel-eslint@^10.0.2 \
  eslint@^6.1.0 \
  eslint-plugin-import@^2.18.2 \

Usage

.eslintrc.*

module.exports = {
  extends: '@xoi/eslint-config-core',
  rules: { /* overrides and additional rules */ }
}

Editor Integration

ESLint can be integrated with various editors. See the Integrations page in the ESLint documentation for details

Contributing

Open an issue or create a pull request

Keywords

FAQs

Package last updated on 31 Jul 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

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