eslint-config-tcd

1.3.0 • Public • Published

eslint-config npm downloads

An ESLint Shareable Config

Installation

npm install eslint-config-tcd eslint
# OR
yarn add  eslint-config-tcd eslint

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

To use this shareable config, first run this:

npm install --save-dev eslint eslint-config-tcd
# OR
yarn add --dev eslint eslint-config-tcd

Then, add this to your .eslintrc(.js|.json|.yml) file:

{
  "extends": "tcd"
}

Note: We omitted the /eslint-config sufix since it is automatically assumed by ESLint. Only works for esnext since its specified as default

You can override settings from the shareable config by adding them directly into your .eslintrc file.

All available configs

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-tcd

Weekly Downloads

10

Version

1.3.0

License

MIT

Unpacked Size

14.8 kB

Total Files

17

Last publish

Collaborators

  • thecodedestroyer