Switch from babel to buble
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
"extends": "airbnb",
|
||||
"rules": {
|
||||
"import/no-extraneous-dependencies": 0,
|
||||
"prefer-rest-params": 0
|
||||
"prefer-rest-params": 0,
|
||||
"react/require-extension": 0,
|
||||
"import/extensions": [1, { "js": "never" }]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user