eslint-config-art

1.2.2 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-art

Weekly Downloads

1

Version

1.2.2

License

GPL-3.0-or-later

Unpacked Size

39.5 kB

Total Files

5

Last publish

Collaborators

  • devinrm