Linting.
This commit is contained in:
parent
932107cd65
commit
83e8a45b91
|
@ -23,4 +23,4 @@ module.exports.preprocess = string => {
|
|||
|
||||
module.exports.postprocess = string => {
|
||||
return process(string, postprocessor.processors)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
const { HelperNames } = require("../helpers")
|
||||
const {
|
||||
swapStrings,
|
||||
isAlphaNumeric,
|
||||
FIND_HBS_REGEX,
|
||||
} = require("../utilities")
|
||||
const { swapStrings, isAlphaNumeric, FIND_HBS_REGEX } = require("../utilities")
|
||||
|
||||
const PreprocessorNames = {
|
||||
SWAP_TO_DOT: "swap-to-dot-notation",
|
||||
|
|
|
@ -22,6 +22,4 @@ module.exports.removeNull = obj => {
|
|||
)
|
||||
}
|
||||
|
||||
module.exports.findHbsStatements = string => {
|
||||
|
||||
}
|
||||
module.exports.findHbsStatements = string => {}
|
||||
|
|
Loading…
Reference in New Issue