Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/eslint-config-ts
ESLint configuration for Typescript projects.
https://github.com/altipla-consulting/eslint-config-ts
Last synced: about 1 month ago
JSON representation
ESLint configuration for Typescript projects.
- Host: GitHub
- URL: https://github.com/altipla-consulting/eslint-config-ts
- Owner: altipla-consulting
- License: mit
- Created: 2021-09-01T11:49:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T11:18:09.000Z (2 months ago)
- Last Synced: 2024-10-30T11:23:17.617Z (2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@altipla/eslint-config-ts
- Size: 298 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-ts
ESLint configuration for Typescript projects.
## Install
```shell
npm i -D @altipla/eslint-config-ts
```## Usage
Configure your `.eslintrc.cjs` file:
```js
module.exports = {
extends: '@altipla/eslint-config-ts',
}
```