aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/util/config.spec.js
AgeCommit message (Collapse)AuthorFilesLines
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-2/+2
* Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint
2022-11-12ESLint: enable prefer-template rule (#37484)XhmikosR1-1/+1
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot1-0/+88
Support parsing JSON from each component's main element using the `data-bs-config` attribute. The `bs-config` attribute will be reserved and omitted during `getDataAttributes` parsing. With this commit, every component, will create its config object, using: * defaults * data-bs-config * the rest of data attributes * configuration object given during instance initialization Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot1-0/+78
Co-authored-by: XhmikosR <[email protected]>