This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2024-12-03 02:25:34 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0efa6917a2
gecko-dev
/
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 11:42:25 +00:00
{
Bug 1229097: Land an initial .eslintrc for browser and toolkit. r=gijs, r=Standard8 Currently all rules are commented out except eol-last. --HG-- extra : commitid : LNskOtOlV0S extra : rebase_source : f58910dde85902a33d0c148df19d18244b7202a4
2015-11-30 18:45:45 +00: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 --HG-- extra : commitid : Axo4haH85oJ
2015-12-10 19:34:44 +00: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 11:42:25 +00:00
}
Reference in New Issue
Copy Permalink