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
I can not run the plugin . Errors occur frequently when you start gradle eslint
A problem occurred starting process 'command 'eslint''
Here are the contents of build.gradle:
plugins {
id "com.github.scobal.eslint" version "1.0.4"
}
eslint {
inputs = ["**/.js"]
}
The text was updated successfully, but these errors were encountered:
I can not run the plugin . Errors occur frequently when you start gradle eslint
A problem occurred starting process 'command 'eslint''
Here are the contents of build.gradle:
plugins {
id "com.github.scobal.eslint" version "1.0.4"
}
eslint {
inputs = ["**/.js"]
}
The text was updated successfully, but these errors were encountered: