eslint-config-c74-ts
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

eslint-config-c74-ts

Build Status

This package provides the extensible Cycling '74 Typescript .eslintrc configuration.

Installation

# npm
$ npm install --save-dev eslint typescript eslint-config-c74-ts
# yarn
$ yarn add --dev eslint typescript eslint-config-c74-ts

Usage

In order to use the defined rules from within your project's contexts make sure you are extending the config provided by this package.

JavaScript

{
	"extends": ["c74-ts"],
	"rules": {
		// add any additonal rules you'd like to add/overwrite here
	}
}

Rules

If you'd like to take a look at the detailed rule settings please refer to this file for common JS rules and the this file for the Typescript specific settings.

License

MIT

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i eslint-config-c74-ts

    Weekly Downloads

    5

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    3.82 kB

    Total Files

    5

    Last publish

    Collaborators

    • cycling74
    • benbracken