You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constmessage=`No ESLint configration has been found.
30
+
constmessage=`No ESLint configuration has been found.
45
31
46
32
${chalk.bgGreen.black('','FIX','')} Run command ${chalk.yellow('./node_modules/.bin/eslint --init')} or manually create a ${chalk.yellow('.eslintrc.js')} file at the root of your project.
47
33
@@ -57,10 +43,7 @@ module.exports = {
57
43
Install ${chalk.yellow('babel-eslint')} to prevent potential parsing issues: ${packageHelper.getInstallCommand([[{name: 'babel-eslint'}]])}
constmessage=`No ESLint configuration has been found.
34
+
constmessage=`No ESLint configuration has been found.
51
35
52
36
${chalk.bgGreen.black('','FIX','')} Run command ${chalk.yellow('./node_modules/.bin/eslint --init')} or manually create a ${chalk.yellow('.eslintrc.js')} file at the root of your project.
53
37
@@ -63,10 +47,7 @@ module.exports = {
63
47
Install ${chalk.yellow('babel-eslint')} to prevent potential parsing issues: ${packageHelper.getInstallCommand([[{name: 'babel-eslint'}]])}
0 commit comments