Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flickr/eslint-config-flickr
Flickr's cool eslint config
https://github.com/flickr/eslint-config-flickr
eslint flickr
Last synced: 7 days ago
JSON representation
Flickr's cool eslint config
- Host: GitHub
- URL: https://github.com/flickr/eslint-config-flickr
- Owner: flickr
- License: mit
- Created: 2016-06-08T22:26:43.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T23:28:22.000Z (almost 3 years ago)
- Last Synced: 2024-04-26T19:22:29.107Z (7 months ago)
- Topics: eslint, flickr
- Language: JavaScript
- Size: 17.6 KB
- Stars: 2
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# eslint-config-flickr
Flickr's cool [eslint][1] config.
[![Build Status](https://github.com/flickr/eslint-config-flickr/actions/workflows/ci.yaml/badge.svg)](https://github.com/flickr/eslint-config-flickr/actions/workflows/ci.yaml)
## install
```
$ npm install eslint-config-flickr --save-dev
```## usage
We use a superset of `eslint:recommended`. In your `.eslintrc.js` (or whatever):
``` js
module.exports = {extends: 'flickr'
};
```More info [here][2].
## license
This software is free to use under the MIT license. See the [LICENSE][] file for license text and copyright information.
[1]: http://eslint.org
[2]: http://eslint.org/docs/developer-guide/shareable-configs#using-a-shareable-config
[LICENSE]: https://github.com/flickr/eslint-config-flickr/blob/master/LICENSE