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
Copy file name to clipboardExpand all lines: eslint-config-ringcentral-typescript/README.md
+34-35
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,23 @@ RingCentral TypeScript
3
3
4
4
A stricter and TypeScript-enabled version of https://github.com/ringcentral/ringcentral-javascript.
5
5
6
+
Starting with version `6.x` we obey the [recommended prettier approach](https://prettier.io/docs/en/integrating-with-linters.html): disable ESLint's style-related rules + separate prettier executable (previously prettier tasks were also executed by ESLint).
Works best when used together with [Husky](https://github.com/typicode/husky) and [Lint Staged](https://github.com/okonet/lint-staged):
0 commit comments