JSPM

  • Created
  • Published
  • Downloads 277
  • Score
    100M100P100Q100496F
  • License MIT

A Eslint config created by personal preferences

Package Exports

  • @nice-move/eslint-config-base

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nice-move/eslint-config-base) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@nice-move/eslint-config-base eslint

npm license node

A Eslint config created by personal preferences.

Installation

npm install eslint @nice-move/eslint-config-base --save-dev

Usage

Add to package.json

{
  "eslintConfig": {
    "extends": "@nice-move/eslint-config-base"
  }
}

Then run

eslint --fix **/*.{js,cjs,mjs}