new cta for questions

This commit is contained in:
Belen Curcio
2017-07-07 14:43:46 -03:00
parent aad2455654
commit c3ec772ea2
5 changed files with 2 additions and 41 deletions
+2 -2
View File
@@ -303,12 +303,12 @@ async function createSeedPlugin() {
{
type: 'confirm',
name: 'server',
message: 'Is this a server-side plugin?'
message: 'Is this plugin extending the server capabilities?'
},
{
type: 'confirm',
name: 'client',
message: 'Is this a client-side plugin?'
message: 'Is this plugin extending the client capabilities?'
},
{
type: 'confirm',
@@ -1,14 +0,0 @@
{
"presets": [
"es2015"
],
"plugins": [
"add-module-exports",
"transform-class-properties",
"transform-decorators-legacy",
"transform-object-assign",
"transform-object-rest-spread",
"transform-async-to-generator",
"transform-react-jsx"
]
}
@@ -1,23 +0,0 @@
{
"env": {
"browser": true,
"es6": true,
"mocha": true
},
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
"jsx": true
}
},
"parser": "babel-eslint",
"plugins": [
"react"
],
"rules": {
"react/jsx-uses-react": "error",
"react/jsx-uses-vars": "error",
"no-console": ["warn", { "allow": ["warn", "error"] }]
}
}
-1
View File
@@ -1 +0,0 @@
module.exports = {};
-1
View File
@@ -1 +0,0 @@
module.exports = {};