Lint
This commit is contained in:
parent
3a78b26230
commit
b2c843adb4
|
@ -1,5 +1,5 @@
|
||||||
<script>
|
<script>
|
||||||
import { store, selectedComponent, currentAsset } from "builderStore"
|
import { store, selectedComponent } from "builderStore"
|
||||||
import { Tabs, Tab } from "@budibase/bbui"
|
import { Tabs, Tab } from "@budibase/bbui"
|
||||||
import ScreenSettingsSection from "./ScreenSettingsSection.svelte"
|
import ScreenSettingsSection from "./ScreenSettingsSection.svelte"
|
||||||
import ComponentSettingsSection from "./ComponentSettingsSection.svelte"
|
import ComponentSettingsSection from "./ComponentSettingsSection.svelte"
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import { Input, Select, ColorPicker } from "@budibase/bbui"
|
import { Input, Select, ColorPicker } from "@budibase/bbui"
|
||||||
import FlatButtonGroup from "./PropertyControls/FlatButtonGroup"
|
|
||||||
|
|
||||||
export const margin = {
|
export const margin = {
|
||||||
label: "Margin",
|
label: "Margin",
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
const _ = require("lodash")
|
|
||||||
const ALPHA_NUMERIC_REGEX = /^[A-Za-z0-9]+$/g
|
const ALPHA_NUMERIC_REGEX = /^[A-Za-z0-9]+$/g
|
||||||
|
|
||||||
module.exports.FIND_HBS_REGEX = /{{([^{].*?)}}/g
|
module.exports.FIND_HBS_REGEX = /{{([^{].*?)}}/g
|
||||||
|
|
Loading…
Reference in New Issue