This website requires JavaScript.
Explore
Help
Register
Sign In
isa
/
gnome-shell
Watch
1
Star
0
Fork
0
You've already forked gnome-shell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fcc1d7beff
gnome-shell
/
.eslintrc.json
7 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
lint: Import eslint rules from gjs gjs started to run eslint during its CI a while ago, so there is an existing rules set we can use as a starting point for our own setup. As we will adapt those rules to our code base, we don't want those changes to make it harder to synchronize the copy with future gjs changes, so include the rules from a separate file rather than using the configuration directly. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/609
2019-01-26 18:15:39 -05:00
{
"extends"
:
[
lint: Tweak the whitelist of globals gjs doesn't include any gettext wrappers, and obviously can't know about the shell's global object, so include those in the list of globals for all sources in the gnome-shell context. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/609
2019-01-26 19:15:31 -05:00
"./lint/eslintrc-gjs.json"
,
"./lint/eslintrc-shell.json"
lint: Import eslint rules from gjs gjs started to run eslint during its CI a while ago, so there is an existing rules set we can use as a starting point for our own setup. As we will adapt those rules to our code base, we don't want those changes to make it harder to synchronize the copy with future gjs changes, so include the rules from a separate file rather than using the configuration directly. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/609
2019-01-26 18:15:39 -05:00
]
}
Reference in New Issue
Copy Permalink