Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/stylelint-scss/dist/utils/configurationError.js')
-rw-r--r--assets/node_modules/stylelint-scss/dist/utils/configurationError.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/assets/node_modules/stylelint-scss/dist/utils/configurationError.js b/assets/node_modules/stylelint-scss/dist/utils/configurationError.js
deleted file mode 100644
index e0eb053..0000000
--- a/assets/node_modules/stylelint-scss/dist/utils/configurationError.js
+++ /dev/null
@@ -1,18 +0,0 @@
-"use strict";
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports["default"] = _default;
-
-/**
- * Create configurationError from text and set CLI exit code
- *
- * @param {string} text
- * @return {Error} - The error, with text and exit code
- */
-function _default(text) {
- var err = new Error(text);
- err.code = 78;
- return err;
-} \ No newline at end of file