1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

remove babel settings for ava

This commit is contained in:
nkzawa 2016-11-14 16:01:15 +09:00
parent a1337320ea
commit d88f40a001

View file

@ -22,18 +22,7 @@
"precommit": "npm run lint"
},
"ava": {
"babel": {
"presets": [
"es2015",
"react"
],
"plugins": [
"transform-async-to-generator",
"transform-object-rest-spread",
"transform-class-properties",
"transform-runtime"
]
}
"babel": {}
},
"standard": {
"parser": "babel-eslint"