Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softwareventures/eslint-config
Standard eslint configuration for Software Ventures Limited
https://github.com/softwareventures/eslint-config
eslint eslint-config typescript
Last synced: about 1 month ago
JSON representation
Standard eslint configuration for Software Ventures Limited
- Host: GitHub
- URL: https://github.com/softwareventures/eslint-config
- Owner: softwareventures
- License: isc
- Created: 2020-05-10T15:46:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T00:48:12.000Z (about 1 month ago)
- Last Synced: 2024-10-08T01:34:11.052Z (about 1 month ago)
- Topics: eslint, eslint-config, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@softwareventures/eslint-config
- Size: 3.53 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# eslint-config
Standard eslint configuration for
[Software Ventures Limited](https://softwareventures.co.uk).## Install
```bash
npm install --save-dev @softwareventures/eslint-config
```or for yarn users:
```bash
yarn add --dev @softwareventures/eslint-config
```## Usage
To apply this eslint configuration to your project, add this to your
`.eslintrc.js` file, or to the `eslintConfig` field in your `package.json`:```json
{
"extends": "@softwareventures"
}
```