https://github.com/flickr/eslint-config-flickr
Flickr's cool eslint config
https://github.com/flickr/eslint-config-flickr
eslint flickr
Last synced: about 1 year 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 (about 10 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T23:28:22.000Z (over 4 years ago)
- Last Synced: 2025-04-30T08:48:41.572Z (about 1 year ago)
- Topics: eslint, flickr
- Language: JavaScript
- Size: 17.6 KB
- Stars: 2
- Watchers: 6
- 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.
[](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