Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

palantir/eslint-config-palantir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

(DEPRECATED) Palantir's ESLint config

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •