repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 1767852 [wpt PR 33934] - Clean up some navigation tests, a=testonly
[gecko.git]
/
.babel-eslint.rc.js
blob
e5087ed06e775de0c09a30cae51eadb30c3272ad
1
/* This Source Code Form is subject to the terms of the Mozilla Public
2
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5
module.exports = {
6
plugins: [
7
"@babel/plugin-syntax-jsx",
8
],
9
};