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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ User scripts in folders are more complex scripts usually spanning multiple files
10
10
11
11
# Linter
12
12
13
-
- Install the linter by running `npm update` from the root directory. The linter is not run in CI, and is mainly for your IDE.
13
+
- Install the linter by running `npm update` from the root directory. The linter is run in CI and should always be passing before merging to the master branch. We use MediaWiki's JavaScript linting rules, with some turned off.
0 commit comments