Skip to content

Commit e827b86

Browse files
authored
Update file README.md (#77)
1 parent 906ffb0 commit e827b86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ $ npm i --save-dev @typescript-eslint/eslint-plugin
9999
},
100100
"parser": "@typescript-eslint/parser",
101101
"plugins": "@typescript-eslint",
102-
"extends": "htmlacademy/node"
102+
"extends": "htmlacademy/node",
103+
"rules": {
104+
// Additional rules...
105+
}
103106
}
104107
```
105108

0 commit comments

Comments
 (0)