Skip to content

Commit 717584b

Browse files
authored
Merge pull request #1 from FullstackAcademy/branding
add logo and correct dotfiles
2 parents cd7d8e8 + 43d5895 commit 717584b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![Built at Fullstack Academy](https://img.shields.io/badge/built%20at-Fullstack%20Academy-green.svg)](http://www.fullstackacademy.com)
22

3+
![ESLint-Fullstack logo](https://learndotresources.s3.amazonaws.com/workshop/570bdee44a306c0300b78b52/eslint-fullstack.jpg)
4+
35
# `eslint-config-fullstack`
46

57
### An ESLint [Shareable Config](http://eslint.org/docs/developer-guide/shareable-configs) for [Fullstack Education Group](http://www.fullstackacademy.com/) Students
@@ -26,11 +28,11 @@ Note that the `eslint-config-` portion of the module name is assumed by ESLint.
2628

2729
### Local
2830

29-
A specific project can extend this definition by including `eslint-config-fullstack` as a saved dependency, and a local `eslintrc.json` which `{ "extends": "fullstack" }`.
31+
A specific project can extend this definition by including `eslint-config-fullstack` as a saved dependency, and a local `.eslintrc.json` which `{ "extends": "fullstack" }`.
3032

3133
## Extending
3234

33-
Any [rules](http://eslint.org/docs/rules/) added to your global or local `eslintrc.json` files will override the rules defined by this package. For example:
35+
Any [rules](http://eslint.org/docs/rules/) added to your global or local `.eslintrc.json` files will override the rules defined by this package. For example:
3436

3537
```json
3638
{

0 commit comments

Comments
 (0)