first commit
This commit is contained in:
8
node_modules/stylelint/lib/utils/allFilesIgnoredError.mjs
generated
vendored
Normal file
8
node_modules/stylelint/lib/utils/allFilesIgnoredError.mjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export default class AllFilesIgnoredError extends Error {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.message =
|
||||
'All input files were ignored because of the ignore pattern. Either change your input, ignore pattern or use "--allow-empty-input" to allow no inputs';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user