Skip to content

Commit e99f402

Browse files
committed
Lay groundwork for babel-preset-airbnb
1 parent 434f684 commit e99f402

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-0
lines changed

.babelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": [
3+
"airbnb"
4+
]
5+
}

package-lock.json

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"@typescript-eslint/eslint-plugin": "^3.6.1",
6868
"@typescript-eslint/parser": "^3.6.1",
6969
"babel-loader": "^8.1.0",
70+
"babel-preset-airbnb": "^5.0.0",
7071
"core-js": "^3.6.5",
7172
"css-loader": "^3.6.0",
7273
"enzyme": "^3.11.0",

0 commit comments

Comments
 (0)