Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
- readd tr to the globals section in the .eslintrc file
- add module to the globals section in the .eslintrc file
  • Loading branch information
madoar committed Aug 8, 2019
commit 8ab9130e3bba1bccad8fc38ea344710209f4e002
6 changes: 6 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ globals:
# java
Bean: false

# translations
tr: false

# classes
InstallationType: false
SetupWizard: false

# module system
module: false