https://github.com/pqml/eslint
eslint config
https://github.com/pqml/eslint
Last synced: 2 months ago
JSON representation
eslint config
- Host: GitHub
- URL: https://github.com/pqml/eslint
- Owner: pqml
- License: mit
- Created: 2018-09-25T10:06:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T21:02:23.000Z (about 3 years ago)
- Last Synced: 2025-01-26T19:05:29.312Z (3 months ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eslint Config
## Requirements
- Node 10
## Module Installation
```sh
# using npm
$ npm install --save-dev @internet/eslint-config# or using yarn
$ yarn add --dev @internet/eslint-config
```
## Usage
Add this to your eslint config:
```json
{
"extends": ["@internet"]
}
```
## License
[MIT.](LICENSE)
`eslint-config` is a package of the [@internet](https://www.npmjs.com/org/internet) npm scope.
_[@internet](https://www.npmjs.com/org/internet) is a collection of opinionated and interoperables front-end npm ES6 modules, with minimal external dependencies._