Skip to content

Commit

Permalink
Merge pull request #78 from Meowhal/dev-lint
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
Meowhal committed May 7, 2022
2 parents b26f4eb + 834e3df commit 24f3b18
Show file tree
Hide file tree
Showing 250 changed files with 10,071 additions and 10,070 deletions.
21 changes: 19 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rules:
no-useless-catch:
- "off"
no-empty:
- "off"
- "error"
no-fallthrough:
- "error"
no-constant-condition:
Expand All @@ -61,7 +61,7 @@ rules:
no-irregular-whitespace:
- "error"
no-useless-escape:
- "off"
- "error"
no-case-declarations:
- "off"
prefer-const:
Expand All @@ -84,3 +84,20 @@ rules:
- "always"
yoda:
- "error"
no-duplicate-imports:
- "error"
- "includeExports": true
camelcase:
- "off"
eqeqeq:
- "error"
no-trailing-spaces:
- "error"
space-before-function-paren:
- "off"
no-use-before-define:
- "off"
no-multiple-empty-lines:
- "error"
padded-blocks:
- "off"
12 changes: 6 additions & 6 deletions dist/IIrcClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/IIrcClient.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 24f3b18

Please sign in to comment.