This package has been deprecated

Author message:

For study, not used yet sorry :|

@mhirba/eslint-config-base

1.5.0 • Public • Published

@mhirba/eslint-config-base

build status version

Summary

Overview

A Node.js ESLint configuration for Mhirba source code.

L'exception vient toujours de la raison de la règle. _ Joseph Joubert

Installation

Use Yarn or NPM to install.

yarn add --dev @mhirba/eslint-config-base

or

npm install --save-dev @mhirba/eslint-config-base

Usage

Simple. Basic.

Extends your specific ESLint configuration and add your rules; For example in an .eslintrc.js file:

module.exports = {
  extends: '@mhirba/eslint-config-base',
  globals: {
    iWantThisGlobal: true
  },
  rules: {
    'linebreak-style': ['error', 'unix'], // https://eslint.org/docs/rules/linebreak-style
  }

Credits

Craft with ❤️ by Majdi Toumi|Mhirba in Paris.

Package Sidebar

Install

npm i @mhirba/eslint-config-base

Weekly Downloads

3

Version

1.5.0

License

MIT

Unpacked Size

3.95 kB

Total Files

5

Last publish

Collaborators

  • ch0pper