Skip to content

samdenicola/eslint-config-palantir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI npm version License

ESLint Config Palantir

Linter configuration for ESLint.

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%