We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34580db commit f3835efCopy full SHA for f3835ef
.babelrc
@@ -1,4 +1,4 @@
1
{
2
- "presets": ["es2015"],
+ "presets": ["env"],
3
"plugins": ["add-module-exports"]
4
}
.eslintrc
@@ -1,7 +1,7 @@
/**
- * Loads https://github.com/typhonjs/typhonjs-config-eslint/blob/master/2.0/es6/server/node/.eslintrc
+ * Loads https://github.com/typhonjs/typhonjs-config-eslint/blob/master/3.0/babel/es8/server/node/.eslintrc
* NPM: https://www.npmjs.com/package/typhonjs-config-eslint
*/
5
6
- "extends": "./node_modules/typhonjs-config-eslint/2.0/es6/server/node/.eslintrc",
+ "extends": "./node_modules/typhonjs-config-eslint/3.0/babel/es8/server/node/.eslintrc"
7
0 commit comments