gecko/browser/.eslintrc
Dave Townsend 66dc5f5d28 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

6 lines
50 B
Plaintext

{
"extends": [
"../toolkit/.eslintrc"
]
}