https://github.com/inker/eslint-config
Setup for ESLint
https://github.com/inker/eslint-config
Last synced: 4 months ago
JSON representation
Setup for ESLint
- Host: GitHub
- URL: https://github.com/inker/eslint-config
- Owner: inker
- Created: 2020-05-02T20:34:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T17:13:12.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:33:44.731Z (about 1 year ago)
- Language: JavaScript
- Size: 1.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @inker/eslint-config
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url]
## Installation
```sh
npm i -D @inker/eslint-config
```
## Usage
Add `"extends": "@inker/eslint-config"` to your `.eslintrc`.
## Notes
`comma-style` - is comma last
`comma-dangle` - trailing commas are required
`semi`- semicolons are required
It is recommended that no other settings apart from the ones above be changed. Any changes are up for discussion.
[npm-url]: https://npmjs.org/package/@inker/eslint-config
[downloads-image]: http://img.shields.io/npm/dm/@inker/eslint-config.svg
[npm-image]: http://img.shields.io/npm/v/@inker/eslint-config.svg
[david-dm-url]:https://david-dm.org/inker/@inker/eslint-config
[david-dm-image]:https://david-dm.org/inker/@inker/eslint-config.svg
[david-dm-dev-url]:https://david-dm.org/inker/@inker/eslint-config#info=devDependencies
[david-dm-dev-image]:https://david-dm.org/inker/@inker/eslint-config/dev-status.svg