Git Product home page Git Product logo

eslint-config-palantir's Introduction

CircleCI npm version License

ESLint Config Palantir

Linter configuration for ESLint.

Maintenance Notice (July 2019)

⚠️ This package will be revived in 2019 becasue of the upcoming migration from TSLint → ESLint. Keep an eye out for v2.0.

Deprecation Notice (April 2017)

⚠️ Important: this package is deprecated and unmaintained. We now use TSLint to lint JS files to keep our builds & configuration simple. Consider migrating to the tslint:recommended configuration preset in the tslint package.

Usage

Install

npm install --save-dev eslint-config-palantir

Lint JavaScript

ESLint is the preferred JS linter. Configure your .eslintrc file to extend the one in this package:

extends: "./node_modules/eslint-config-palantir/.eslintrc.yml"

rules:
  # Add overrides and additional rules here
  no-console:
    - 1

The path to your node_modules directory may vary.

See the ESLint docs for details about the extends property.

eslint-config-palantir's People

Contributors

adidahiya avatar nmiyake avatar tomshen avatar zoubeiri 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.