You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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.
26
28
27
29
### Local
28
30
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" }`.
30
32
31
33
## Extending
32
34
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:
0 commit comments