Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gsandf/eslint-config-gsandf-typescript
- Owner: gsandf
- Created: 2021-06-28T20:27:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T14:38:20.000Z (over 3 years ago)
- Last Synced: 2024-11-02T21:04:25.124Z (14 days ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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