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