UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

8 lines 594 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noSpacesInFileNames = exports.lowerCaseFileNames = void 0; var lowerCaseFileNames_1 = require("./lowerCaseFileNames"); Object.defineProperty(exports, "lowerCaseFileNames", { enumerable: true, get: function () { return lowerCaseFileNames_1.lowerCaseFileNames; } }); var noSpacesInFileNames_1 = require("./noSpacesInFileNames"); Object.defineProperty(exports, "noSpacesInFileNames", { enumerable: true, get: function () { return noSpacesInFileNames_1.noSpacesInFileNames; } }); //# sourceMappingURL=index.js.map