migrate test framework

This commit is contained in:
Shawn Erquhart
2018-07-25 19:17:34 -04:00
parent dc1f41d2d8
commit 1a9fe461ff
16 changed files with 682 additions and 640 deletions

View File

@ -1,13 +0,0 @@
{
"extends": [
"eslint-config-netlify"
],
"settings": {
"import/resolver": {
"babel-module": {}
}
},
"globals": {
"CMS_ENV": true
}
}