Git Product home page Git Product logo

eslint-config-38's Introduction

eslint-config-hubspot

This repo is archived in favor of an internal ESLint config

npm version

HubSpot's ESLint configurations

Install

// npm
$ npm install --save-dev eslint eslint-config-hubspot eslint-plugin-react

// yarn
$ yarn add eslint eslint-config-hubspot eslint-plugin-react --dev

For the esnext version or if you are using newer syntax, you'll also need Babel's ESLint parser:

//npm
$ npm install --save-dev babel-eslint

// yarn
$ yarn add babel-eslint --dev

This will let you use ES2016 features like async/await and decorators. For a full list of features see Babel's experimental features and their Learn ES2015.

Usage

Add ESLint configurations to your package.json:

{
  "eslintConfig": {
    "extends": "hubspot" // or "hubspot/esnext"
  }
}

Or .eslintrc*:

{
  "extends": "hubspot" // or "hubspot/esnext"
}

License

MIT © HubSpot

eslint-config-38's People

Contributors

jhilker avatar geekjuice avatar trevorburnham avatar eseb avatar spiicy-sauce avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.