JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 21
  • Score
    100M100P100Q50825F
  • License GPL-3.0-or-later

Package for shared eslint config across apps

Package Exports

  • eslint-config-art
  • eslint-config-art/index.js

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 (eslint-config-art) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Articulate MarkOps Shared eslint config

Installation

Add this line to your app's package.json:

yarn add --dev eslint eslint-config-art

or

npm install --save-dev eslint eslint-config-art

Usage

Copy the following code snippet into a eslintrc.js in your app's root directory:

module.exports = {
  extends: ["eslint-config-art"],
  parserOptions: {
    tsconfigRootDir: __dirname,
    project: "tsconfig.json",
  },
};

Release Instructions

  1. Update the version number in package.json

  2. Run:

$ npm publish --access=public
  1. git push, git paid