Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@hurriyet/eslint-config-hurriyet

hurriyet35MIT1.2.1

Hurriyet's ESLint shareable config

hürriyet, eslint, eslintconfig, javascript, styleguide, es2015, es2016, es2017, es2018

readme

eslint-config-hurriyet

Hürriyet's ESLint shareable config

Installation

This package needs eslint-plugin-import and babel-eslint packages as peer dependencies.

$ npm install --save-dev eslint @hurriyet/eslint-config-hurriyet eslint-plugin-import babel-eslint

or you can use Yarn

$ yarn add eslint @hurriyet/eslint-config-hurriyet eslint-plugin-import babel-eslint --dev

Usage

Once the @hurriyet/eslint-config-hurriyet package is installed, you can use it by specifying @hurriyet/eslint-config-hurriyet in the extends section of your ESLint configuration.

{
  "extends": "@hurriyet/eslint-config-hurriyet",
  "rules": {
    // Additional, per-project rules...
  }
}