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
- Host: GitHub
- URL: https://github.com/swiftcarrot/eslint-config-swiftcarrot
- Owner: swiftcarrot
- License: mit
- Created: 2019-11-11T03:22:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T03:51:07.000Z (about 6 years ago)
- Last Synced: 2025-06-10T04:05:27.158Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-swiftcarrot
[](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'
};
```