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

https://github.com/swiftcarrot/eslint-config-swiftcarrot

eslint config
https://github.com/swiftcarrot/eslint-config-swiftcarrot

Last synced: 4 months ago
JSON representation

eslint config

Awesome Lists containing this project

README

          

# eslint-config-swiftcarrot

[![npm](https://img.shields.io/npm/v/eslint-config-swiftcarrot.svg)](https://www.npmjs.com/package/eslint-config-swiftcarrot)

```sh
yarn add eslint babel-eslint eslint-plugin-react eslint-plugin-react-hooks eslint-config-swiftcarrot --dev
npm install eslint babel-eslint eslint-plugin-react eslint-plugin-react-hooks eslint-config-swiftcarrot -g
```

```javascript
module.exports = {
extends: 'swiftcarrot'
};
```