Bug 1248161 - Remove duplicated entry in devtools/.eslintrc; r=pbrosset

MozReview-Commit-ID: CrVJZtORDlw
This commit is contained in:
Jan Odvarko 2016-02-13 19:18:27 +01:00
parent 51d1eecada
commit 935278501a

View File

@ -301,8 +301,6 @@
"space-after-function-name": 0,
// Require a space after keywords.
"space-after-keywords": [1, "always"],
// Deprecated, will be removed in 1.0.
"space-after-function-name": 0,
// Require a space before the start brace of a block.
"space-before-blocks": [1, "always"],
// Deprecated, will be removed in 1.0.