Skip to content

Commit af7c35d

Browse files
authored
Merge pull request #23 from browserstack/features
axe core version 4.4.2
2 parents bf41bc8 + f4f0a02 commit af7c35d

File tree

1,688 files changed

+146133
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,688 files changed

+146133
-1
lines changed

.babelrc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env"
5+
]
6+
],
7+
"plugins": [
8+
[
9+
"@babel/plugin-proposal-object-rest-spread",
10+
{
11+
"loose": true
12+
}
13+
]
14+
]
15+
}

0 commit comments

Comments
 (0)