@ethereal-soft/eslint-config-ethereal

2.3.2 • Public • Published

npm license build

Synopsis

Recommended standards for coding in the JavaScript programming language represented as a set of ESLint configurations.

Motivation

These configurations represent a set of standards that when followed are intended to increase the consistency, readability and correctness of software written in the JavaScript language.

Installation

npm install --save-dev @ethereal-soft/eslint-config-ethereal

Usage

This package exports the following ESLint configurations.

ethereal

ESLint rules for ECMAScript 5.

Configuration:

  • add "extends": ["@ethereal-soft/eslint-config-ethereal"] to your .eslintrc.json config.

ethereal/es2017

ESLint rules for ECMAScript 2017.

Configuration:

  • add "extends": ["@ethereal-soft/eslint-config-ethereal/es2017"] to your .eslintrc.json config.

ethereal/babel-es2017

ESLint rules for Babel ECMAScript 2017.

Configuration:

  • add "extends": ["@ethereal-soft/eslint-config-ethereal/babel-es2017"] to your .eslintrc.json config.

ethereal/babel-stage-2

ESLint rules for Babel ECMAScript Stage 2.

Configuration:

  • add "extends": ["@ethereal-soft/eslint-config-ethereal/babel-stage-2"] to your .eslintrc.json config.

ethereal/nodejs

ESLint rules for NodeJS.

Configuration:

  • add "extends": ["@ethereal-soft/eslint-config-ethereal/nodejs"] to your .eslintrc.json config.

ethereal/react

ESLint rules for ReactJS.

Configuration:

  • add "extends": ["@ethereal-soft/eslint-config-ethereal/react"] to your .eslintrc.json config.

ethereal/flowtype

ESLint rules for Flow.

Configuration:

  • add "extends": ["@ethereal-soft/eslint-config-ethereal/flowtype"] to your .eslintrc.json config.

ethereal/jsdoc

ESLint rules for JSDoc comments.

Configuration:

  • add "extends": ["@ethereal-soft/eslint-config-ethereal/jsdoc"] to your .eslintrc.json config.

Contributors

Stephen M. Senesac stephen.senesac@ethereal-soft.com

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @ethereal-soft/eslint-config-ethereal

Weekly Downloads

0

Version

2.3.2

License

MIT

Unpacked Size

49.8 kB

Total Files

24

Last publish

Collaborators

  • smsenesac