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
`Detected a task using \`git add\`. Lint-staged version 10 will automatically add any task modifications to the git index, and you should remove this command.`
`Detected a task using \`git add\`. Lint-staged version 10 will automatically add any task modifications to the git index, and you should remove this command.`
106
+
)}
107
+
`)
101
108
}
102
109
103
-
// If all of the configured "linters" should be skipped
110
+
// If all of the configured tasks should be skipped
104
111
// avoid executing any lint-staged logic
105
-
if(tasks.every(task=>task.skip())){
112
+
if(listrTasks.every(task=>task.skip())){
106
113
logger.log('No staged files match any of provided globs.')
‼ Detected a task using \`git add\`. Lint-staged version 10 will automatically add any task modifications to the git index, and you should remove this command."
‼ Detected a task using \`git add\`. Lint-staged version 10 will automatically add any task modifications to the git index, and you should remove this command.
343
+
WARN ‼ Detected a task using \`git add\`. Lint-staged version 10 will automatically add any task modifications to the git index, and you should remove this command.
344
+
345
345
ERROR
346
346
× lint-staged failed due to a git error.
347
347
Any lost modifications can be restored from a git stash:
0 commit comments