summaryrefslogtreecommitdiff
path: root/toolkit/components/places/tests/bookmarks/.eslintrc.js
blob: d35787cd2c49db971d37cb310574aebc894793cb (plain)
1
2
3
4
5
6
7
"use strict";

module.exports = {
  "extends": [
    "../../../../../testing/xpcshell/xpcshell.eslintrc.js"
  ]
};