Linting.
This commit is contained in:
parent
5076c2f064
commit
decc1aba5e
|
@ -1,9 +1,5 @@
|
||||||
const { HelperNames } = require("../helpers")
|
const { HelperNames } = require("../helpers")
|
||||||
const {
|
const { swapStrings, isAlphaNumeric, FIND_HBS_REGEX } = require("../utilities")
|
||||||
swapStrings,
|
|
||||||
isAlphaNumeric,
|
|
||||||
FIND_HBS_REGEX,
|
|
||||||
} = require("../utilities")
|
|
||||||
|
|
||||||
const PreprocessorNames = {
|
const PreprocessorNames = {
|
||||||
SWAP_TO_DOT: "swap-to-dot-notation",
|
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