Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsandf/eslint-config-gsandf-typescript

GS&F's extendable ESLint configuration for TypeScript
https://github.com/gsandf/eslint-config-gsandf-typescript

Last synced: 8 days ago
JSON representation

GS&F's extendable ESLint configuration for TypeScript

Awesome Lists containing this project

README

        

# eslint-config-gsandf-typescript

> GS&F's extendable ESLint configuration for TypeScript

## Usage

This file is meant to be part of your [`.eslintrc*` file or package.json](http://eslint.org/docs/user-guide/configuring#configuration-file-formats).

To use this with your package, first install this package, then add the following to your `.eslintrc` file:

```json
{
"extends": "gsandf-typescript"
}
```

You can override settings from this package by writing them in your own `.eslintrc`. (See [ESLint's rules](http://eslint.org/docs/rules/).)

## Install

With either [Yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/) installed, run one of the following:

```shell
# If using Yarn:
yarn add eslint-config-gsandf-typescript

# If using npm:
npm install --save eslint-config-gsandf-typescript
```

## See Also

- [ESLint docs](http://eslint.org/)
- [eslint-config-gsandf](https://github.com/gsandf/eslint-config-gsandf)
- [eslint-config-gsandf-react](https://github.com/gsandf/eslint-config-gsandf-react)

## License

MIT