Skip to content

Commit 3e4c97f

Browse files
authored
eslint improvements #603 (#604)
This PR introduces changes for #603 which are specifically when working with the rclnodejs codebase in some editors such as CodeMix. Key changes: added ignore generated/ folder rename deprecated .eslintrc to .eslintrc.yml Fix #603
1 parent d58aa40 commit 3e4c97f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc renamed to .eslintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ globals:
77
after: true
88
constantly: true
99

10+
ignorePatterns: ["generated/"]
11+
1012
rules:
1113
camelcase: [2, {properties: "always"}]
1214
comma-dangle: 0

0 commit comments

Comments
 (0)