This website requires JavaScript.
Explore
Help
Sign In
wine
/
gecko
Watch
0
Star
0
Fork
0
You've already forked gecko
mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced
2024-09-13 09:24:08 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1750ab8622
gecko
/
browser
/
.eslintrc
6 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bug 1228628 - Add a minimal .eslintrc configuration for browser and start linting a few browser files with basic rules. r=Mossop
2015-11-30 03:42:25 -08:00
{
Bug 1229097: Land an initial .eslintrc for browser and toolkit. r=gijs, r=Standard8 Currently all rules are commented out except eol-last.
2015-11-30 10:45:45 -08:00
"extends": [
"../toolkit/.eslintrc"
Bug 1231728 - Enable no-dupe-args, no-dupe-keys, no-duplicate-case, no-obj-calls, no-with rules globally, no-redlecare and consistent-return in browser. r=Mossop
2015-12-10 11:34:44 -08:00
],
Bug 1228628 - Add a minimal .eslintrc configuration for browser and start linting a few browser files with basic rules. r=Mossop
2015-11-30 03:42:25 -08:00
}
Reference in New Issue
Copy Permalink