first commit
This commit is contained in:
15
app_vue/node_modules/eslint-webpack-plugin/dist/ESLintError.js
generated
vendored
Normal file
15
app_vue/node_modules/eslint-webpack-plugin/dist/ESLintError.js
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
|
||||
class ESLintError extends Error {
|
||||
/**
|
||||
* @param {string=} messages
|
||||
*/
|
||||
constructor(messages) {
|
||||
super(`[eslint] ${messages}`);
|
||||
this.name = 'ESLintError';
|
||||
this.stack = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = ESLintError;
|
Reference in New Issue
Block a user