Skip to content

Commit 4b0ce23

Browse files
authored
Merge pull request #70 from FullstackAcademy/eslint-root
Setting eslintrc as root
2 parents 9d4433f + 72c8850 commit 4b0ce23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generated/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// http://eslint.org/docs/rules/
22
{
3+
"root": true,
34
"extends": "fullstack", // from the `eslint-config-fullstack` npm module,
45
"env": {
56
"es6": true,

0 commit comments

Comments
 (0)