0.1.1 • Published 4 years ago

@x-and-ai/eslint-config-js-node v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@x-and-ai/eslint-config-js-node

X and AI JavaScript Node.js ESLint Configuration

Objectives

This ESLint configuration

  • is designed for scripting with CommonJS in Node.js environment, for example, used for webpack configuration scripts.

  • supports ECMAScripts 10 (2019) and below except ES modules

Requirements

  • Node.js ≥ 12
  • ESLint ≥ 7

Installation

yarn add -D @x-and-ai/eslint-config-js-node

Usage

module.exports = {
  extends: ['@x-and-ai/eslint-config-js-node'],
};