Skip to content

Instantly share code, notes, and snippets.

@unicornware
Last active May 4, 2022 02:51
Show Gist options
  • Save unicornware/efca446885452fbb7b9d345764dd4846 to your computer and use it in GitHub Desktop.
Save unicornware/efca446885452fbb7b9d345764dd4846 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This gist exceeds the recommended number of files (~10). To access all files, please clone this gist.
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/02/01-searching/exercise/binary-search-recursive.ts","entries":[{"id":"KcUa.ts","timestamp":1648362108795},{"id":"eVMZ.ts","timestamp":1648362355092},{"id":"2PDk.ts","source":"searchReplace.source","timestamp":1648365918916},{"id":"Z7Qr.ts","source":"searchReplace.source","timestamp":1648365940635},{"id":"HbtR.ts","source":"moved.source","timestamp":1648365954136},{"id":"53rM.ts","source":"moved.source","timestamp":1648604398033},{"id":"LWYB.ts","source":"Workspace Edit","timestamp":1648604418822}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/__tests__/better-than-average.spec.ts","entries":[{"id":"mUof.ts","source":"Workspace Edit","timestamp":1650756259467},{"id":"DmlK.ts","timestamp":1650756264421},{"id":"oVNN.ts","source":"Workspace Edit","timestamp":1650756266917}]}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@types/babel__core": "7.1.18",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@types/babel__core": "7.1.18",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react-test-renderer": "17.0.1",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@types/babel__core": "7.1.18",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react-test-renderer": "17.0.1",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"tty-browserify": "0.0.1",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0",
"global-jsdom": "8.4.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"peerDependencies": {
"@types/node": ">=12.20.46",
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3",
"typescript": ">=4.6.0"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/styled-components": {
"optional": true
},
"@types/styled-system": {
"optional": true
},
"@types/styled-system__theme-get": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"test": "bash ./tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"build": "yarn build:pkg && yarn build:sb",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"postpack": "toggle-scripts +postinstall",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"prepublishOnly": "toggle-scripts -prepack",
"postpublish": "toggle-scripts +prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/exceptions": "7.0.1",
"@flex-development/tutils": "4.6.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@jest/types": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai": "4.3.0",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-defaults": "2.0.1",
"@types/dotenv-webpack": "7.0.3",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@types/yargs": "17.0.9",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@vates/toggle-scripts": "1.0.0",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai": "4.3.4",
"chai-dom": "1.11.0",
"dotenv-defaults": "5.0.0",
"dotenv-webpack": "7.1.0",
"jest": "27.5.1",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"serve": "13.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"trash": "7.2.0",
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"ts-node": "10.7.0",
"tsconfig": "7.0.0",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0",
"yargs": "17.3.1"
},
"peerDependencies": {
"@types/node": ">=12.20.46",
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3",
"typescript": ">=4.5.5"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/styled-components": {
"optional": true
},
"@types/styled-system": {
"optional": true
},
"@types/styled-system__theme-get": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"@types/node": ">=12.20.46",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"peerDependencies": {
"@types/node": ">=12.20.46",
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3",
"typescript": ">=4.6.0"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/styled-components": {
"optional": true
},
"@types/styled-system": {
"optional": true
},
"@types/styled-system__theme-get": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/packages/ui/package.json","entries":[{"id":"CHz3.json","source":"searchReplace.source","timestamp":1648004890787},{"id":"gHyT.json","timestamp":1648060027845},{"id":"Qyjl.json","timestamp":1648060050996},{"id":"r5DA.json","timestamp":1648060071540},{"id":"qbc1.json","timestamp":1648060098485},{"id":"OohO.json","timestamp":1648060113232},{"id":"bSPe.json","timestamp":1648060240551},{"id":"nVlc.json","timestamp":1648060294827},{"id":"eBHR.json","source":"undoRedo.source","timestamp":1648060313896},{"id":"Yqtq.json","source":"searchReplace.source","timestamp":1648061347372},{"id":"hzRg.json","source":"searchReplace.source","timestamp":1648061359116},{"id":"ZtwT.json","timestamp":1648061731126},{"id":"mG7p.json","timestamp":1648061748405},{"id":"IlV7.json","timestamp":1648061752095},{"id":"rvHp.json","source":"undoRedo.source","timestamp":1648061754004},{"id":"Qn2I.json","timestamp":1648061762953},{"id":"cUlN.json","timestamp":1648068851197},{"id":"RBGF.json","timestamp":1648078375022},{"id":"thQq.json","timestamp":1648078404098},{"id":"aeQO.json","timestamp":1648084783454},{"id":"IURu.json","timestamp":1648085542198},{"id":"vhrS.json","timestamp":1648086242413},{"id":"2bdO.json","timestamp":1648086364806},{"id":"h1JC.json","timestamp":1648086483096},{"id":"TVZq.json","timestamp":1648086540770},{"id":"2Glq.json","timestamp":1648086562298},{"id":"6rVR.json","timestamp":1648086757849},{"id":"grfx.json","timestamp":1648093499145},{"id":"Fn1N.json","timestamp":1648093549575},{"id":"mL7b.json","timestamp":1648093561087},{"id":"o7os.json","timestamp":1648837603773}]}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react-test-renderer": "17.0.1",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"tty-browserify": "0.0.1",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/exceptions": "7.0.1",
"@flex-development/tutils": "4.6.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@jest/types": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai": "4.3.0",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-defaults": "2.0.1",
"@types/dotenv-webpack": "7.0.3",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@types/yargs": "17.0.9",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@vates/toggle-scripts": "1.0.0",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai": "4.3.4",
"chai-dom": "1.11.0",
"dotenv-defaults": "5.0.0",
"dotenv-webpack": "7.1.0",
"jest": "27.5.1",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"serve": "13.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"trash": "7.2.0",
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"ts-node": "10.7.0",
"tsconfig": "7.0.0",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0",
"yargs": "17.3.1"
},
"peerDependencies": {
"@types/node": ">=12.20.46",
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3",
"typescript": ">=4.5.5"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/styled-components": {
"optional": true
},
"@types/styled-system": {
"optional": true
},
"@types/styled-system__theme-get": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"@types/node": ">=12.20.46",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react-test-renderer": "17.0.1",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"tty-browserify": "0.0.1",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@types/babel__core": "7.1.18",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react-test-renderer": "17.0.1",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"peerDependencies": {
"@types/node": ">=12.20.46",
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3",
"typescript": ">=4.6.0"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/styled-components": {
"optional": true
},
"@types/styled-system": {
"optional": true
},
"@types/styled-system__theme-get": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.0"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"global-jsdom": "8.4.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0",
"@types/jsdom": "16.2.14",
"global-jsdom": "8.4.0",
"jsdom": "19.0.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"tty-browserify": "0.0.1",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"peerDependencies": {
"@types/node": ">=12.20.46",
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3",
"typescript": ">=4.6.0"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/styled-components": {
"optional": true
},
"@types/styled-system": {
"optional": true
},
"@types/styled-system__theme-get": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.54",
"@storybook/addon-actions": "6.5.0-alpha.54",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.54",
"@storybook/addon-jest": "6.5.0-alpha.54",
"@storybook/addons": "6.5.0-alpha.54",
"@storybook/builder-webpack5": "6.5.0-alpha.54",
"@storybook/client-api": "6.5.0-alpha.54",
"@storybook/core-common": "6.5.0-alpha.54",
"@storybook/manager-webpack5": "6.5.0-alpha.54",
"@storybook/node-logger": "6.5.0-alpha.54",
"@storybook/react": "6.5.0-alpha.54",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"tty-browserify": "0.0.1",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-defaults": "2.0.1",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@vates/toggle-scripts": "1.0.0",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai": "4.3.4",
"chai-dom": "1.11.0",
"dotenv-defaults": "5.0.0",
"dotenv-webpack": "7.1.0",
"jest": "27.5.1",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"serve": "13.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"trash": "7.2.0",
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"ts-node": "10.7.0",
"tsconfig": "7.0.0",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0",
"yargs": "17.3.1"
},
"peerDependencies": {
"@types/node": ">=12.20.46",
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3",
"typescript": ">=4.5.5"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/styled-components": {
"optional": true
},
"@types/styled-system": {
"optional": true
},
"@types/styled-system__theme-get": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"@types/node": ">=12.20.46",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-defaults": "2.0.1",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@types/yargs": "17.0.9",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@vates/toggle-scripts": "1.0.0",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai": "4.3.4",
"chai-dom": "1.11.0",
"dotenv-defaults": "5.0.0",
"dotenv-webpack": "7.1.0",
"jest": "27.5.1",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"serve": "13.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"trash": "7.2.0",
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"ts-node": "10.7.0",
"tsconfig": "7.0.0",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0",
"yargs": "17.3.1"
},
"peerDependencies": {
"@types/node": ">=12.20.46",
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3",
"typescript": ">=4.5.5"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/styled-components": {
"optional": true
},
"@types/styled-system": {
"optional": true
},
"@types/styled-system__theme-get": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"@types/node": ">=12.20.46",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@jest/types": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai": "4.3.0",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-defaults": "2.0.1",
"@types/dotenv-webpack": "7.0.3",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@types/yargs": "17.0.9",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@vates/toggle-scripts": "1.0.0",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai": "4.3.4",
"chai-dom": "1.11.0",
"dotenv-defaults": "5.0.0",
"dotenv-webpack": "7.1.0",
"jest": "27.5.1",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"serve": "13.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"trash": "7.2.0",
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"ts-node": "10.7.0",
"tsconfig": "7.0.0",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0",
"yargs": "17.3.1"
},
"peerDependencies": {
"@types/node": ">=12.20.46",
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3",
"typescript": ">=4.5.5"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/styled-components": {
"optional": true
},
"@types/styled-system": {
"optional": true
},
"@types/styled-system__theme-get": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"@types/node": ">=12.20.46",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai": "4.3.0",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-defaults": "2.0.1",
"@types/dotenv-webpack": "7.0.3",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@types/yargs": "17.0.9",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@vates/toggle-scripts": "1.0.0",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai": "4.3.4",
"chai-dom": "1.11.0",
"dotenv-defaults": "5.0.0",
"dotenv-webpack": "7.1.0",
"jest": "27.5.1",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"serve": "13.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"trash": "7.2.0",
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"ts-node": "10.7.0",
"tsconfig": "7.0.0",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0",
"yargs": "17.3.1"
},
"peerDependencies": {
"@types/node": ">=12.20.46",
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3",
"typescript": ">=4.5.5"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/styled-components": {
"optional": true
},
"@types/styled-system": {
"optional": true
},
"@types/styled-system__theme-get": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"@types/node": ">=12.20.46",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"mocha": "9.2.1",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@types/babel__core": "7.1.18",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react-test-renderer": "17.0.1",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@jest/test-result": "27.5.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-is": ">=17.0.2",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.13",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"peerDependencies": {
"@types/node": ">=12.20.46",
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3",
"typescript": ">=4.6.0"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"@types/styled-components": {
"optional": true
},
"@types/styled-system": {
"optional": true
},
"@types/styled-system__theme-get": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{
"name": "@unicornware/rsa-ui",
"version": "1.0.0",
"description": "Component library and Storybook design system",
"keywords": [
"design system",
"component library",
"react",
"storybook",
"styled components",
"typescript"
],
"homepage": "https://github.com/unicornware/react-survey-app/tree/next/packages/ui",
"repository": {
"type": "git",
"url": "git@github.com:unicornware/react-survey-app.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/unicornware/react-survey-app/issues"
},
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
}
],
"publishConfig": {
"access": "public",
"directory": "./"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"cjs",
"esm",
"public",
"types"
],
"exports": {
".": {
"import": "./esm/rsa-ui.mjs",
"require": "./cjs/rsa-ui.cjs"
},
"./*": "./*",
"./config/*": {
"import": "./esm/config/*.mjs",
"require": "./cjs/config/*.cjs"
},
"./enums": {
"import": "./esm/enums/index.mjs",
"require": "./cjs/enums/index.cjs"
},
"./enums/*": {
"import": "./esm/enums/*.mjs",
"require": "./cjs/enums/*.cjs"
},
"./hooks": {
"import": "./esm/hooks/index.mjs",
"require": "./cjs/hooks/index.cjs"
},
"./hooks/*": {
"import": "./esm/hooks/*.mjs",
"require": "./cjs/hooks/*.cjs"
},
"./interfaces": {
"import": "./esm/interfaces/index.mjs",
"require": "./cjs/interfaces/index.cjs"
},
"./interfaces/*": {
"import": "./esm/interfaces/*.mjs",
"require": "./cjs/interfaces/*.cjs"
},
"./lib": {
"import": "./esm/lib/index.mjs",
"require": "./cjs/lib/index.cjs"
},
"./lib/*": {
"import": "./esm/lib/*.mjs",
"require": "./cjs/lib/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./styles": {
"import": "./esm/styles/index.mjs",
"require": "./cjs/styles/index.cjs"
},
"./styles/*": {
"import": "./esm/styles/*.mjs",
"require": "./cjs/styles/*.cjs"
},
"./theme": {
"import": "./esm/theme/index.mjs",
"require": "./cjs/theme/index.cjs"
},
"./theme/*": {
"import": "./esm/theme/*.mjs",
"require": "./cjs/theme/*.cjs"
},
"./types": {
"import": "./esm/types/index.mjs",
"require": "./cjs/types/index.cjs"
},
"./types/*": {
"import": "./esm/types/*.mjs",
"require": "./cjs/types/*.cjs"
},
"./utils": {
"import": "./esm/utils/index.mjs",
"require": "./cjs/utils/index.cjs"
},
"./utils/*": {
"import": "./esm/utils/*.mjs",
"require": "./cjs/utils/*.cjs"
}
},
"main": "./cjs/rsa-ui.min.cjs",
"module": "./esm/rsa-ui.min.mjs",
"typings": "./types/index.d.ts",
"scripts": {
"build": "yarn build:pkg && yarn build:sb",
"build:pkg": "ts-node ../../tools/cli/build-pkg",
"build:sb": "ts-node ./tools/cli/sb -m=static",
"dev": "NODE_ENV=development ts-node ./tools/cli/sb -m=dev",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && NODE_ENV=production yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"publish:sb": "ts-node ./tools/cli/sb -m=publish",
"release": "NODE_ENV=production ts-node ../../tools/cli/release",
"test": "bash ../../tools/scripts/test.sh",
"test:coverage": "yarn test; serve ./coverage/lcov-report"
},
"dependencies": {
"@emotion/react": "11.8.1",
"@flex-development/tutils": "4.8.0",
"@hookform/resolvers": "2.8.3",
"@mui/icons-material": "5.4.4",
"@mui/material": "5.4.4",
"@react-spring/types": "9.4.3",
"@react-spring/web": "9.4.3",
"@styled-system/theme-get": "5.1.2",
"@unicornware/rsa-models": "workspace:packages/models",
"@unicornware/rsa-types": "workspace:packages/types",
"class-transformer": "0.4.0",
"class-validator": "0.13.2",
"csstype": "3.0.11",
"lodash.isequal": "4.5.0",
"lodash.pick": "4.4.0",
"polished": "4.1.3",
"react-hanger": "2.4.4",
"react-hook-form": "7.27.1",
"react-use": "17.3.2",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@emotion/styled": "11.8.1",
"@storybook/addon-a11y": "6.5.0-alpha.46",
"@storybook/addon-actions": "6.5.0-alpha.46",
"@storybook/addon-console": "1.2.3",
"@storybook/addon-essentials": "6.5.0-alpha.46",
"@storybook/addon-jest": "6.5.0-alpha.46",
"@storybook/addons": "6.5.0-alpha.46",
"@storybook/builder-webpack5": "6.5.0-alpha.46",
"@storybook/client-api": "6.5.0-alpha.46",
"@storybook/core-common": "6.5.0-alpha.46",
"@storybook/manager-webpack5": "6.5.0-alpha.46",
"@storybook/node-logger": "6.5.0-alpha.46",
"@storybook/react": "6.5.0-alpha.46",
"@storybook/react-docgen-typescript-plugin": "1.0.1",
"@testing-library/dom": "8.11.0",
"@testing-library/react": "13.0.0-alpha.5",
"@testing-library/react-hooks": "8.0.0-alpha.1",
"@testing-library/user-event": "14.0.0-beta.13",
"@types/babel__core": "7.1.18",
"@types/chai-dom": "0.0.11",
"@types/debug": "4.1.7",
"@types/dotenv-webpack": "7.0.3",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.omit": "4.5.6",
"@types/lodash.pick": "4.4.6",
"@types/node": "16.0.0",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.24",
"@types/styled-system": "5.1.15",
"@types/styled-system__theme-get": "5.0.2",
"@types/webpack": "5.28.0",
"@unicornware/rsa-webpack": "workspace:packages/webpack",
"@whitespace/storybook-addon-html": "5.0.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"chai-dom": "1.11.0",
"dotenv-webpack": "7.1.0",
"lodash.omit": "4.5.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "17.0.2",
"react-docgen-typescript": "2.2.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-mobile": "1.0.0",
"styled-components": "5.3.3",
"ts-dedent": "2.2.0",
"ts-loader": "9.2.7",
"tty-browserify": "0.0.1",
"typescript": "4.6.2",
"typescript-plugin-styled-components": "2.0.0",
"util": "0.12.4",
"webpack": "5.70.0"
},
"optionalDependencies": {
"@types/react": ">=17.0.39",
"@types/react-dom": ">=17.0.13",
"@types/styled-components": ">=5.1.24",
"@types/styled-system": ">=5.1.15",
"@types/styled-system__theme-get": ">=5.0.2",
"typescript": ">=4.6.0"
},
"peerDependencies": {
"react": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-dom": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"react-is": ">=18.0.0-rc.1-next-cb1e7b1c6-20220303",
"styled-components": ">=5.3.3"
},
"engines": {
"node": ">=12.13.0",
"npm": "use-yarn",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@3.2.0"
}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/__tests__/reverse-words.spec.ts","entries":[{"id":"buKl.ts","timestamp":1650739153734},{"id":"owIO.ts","source":"Workspace Edit","timestamp":1650739386589}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/5kyu/john-and-ann-codewars.ts","entries":[{"id":"67ZR.ts","source":"searchReplace.source","timestamp":1650688945874}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/src/algorithms/04-median-of-two-sorted-arrays/__tests__/find-median-sorted-arrays.spec.ts","entries":[{"id":"X8pf.ts","source":"Workspace Edit","timestamp":1648779982903},{"id":"CJhY.ts","source":"Workspace Edit","timestamp":1648780342632},{"id":"gh3N.ts","source":"searchReplace.source","timestamp":1650229031404}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/find-short.ts","entries":[{"id":"jfMt.ts","source":"searchReplace.source","timestamp":1650688919065}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/product-fib.ts","entries":[{"id":"ep35.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650564806218},{"id":"Nycq.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650564920656},{"id":"XYhG.ts","timestamp":1650564938669},{"id":"Z9bX.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650564947585},{"id":"dlXl.ts","timestamp":1650564960093},{"id":"gA7K.ts","timestamp":1650564982217},{"id":"AxeC.ts","timestamp":1650565023778},{"id":"EQjc.ts","timestamp":1650565069422},{"id":"y1TL.ts","timestamp":1650565108702},{"id":"ftLB.ts","timestamp":1650565156303},{"id":"2RzJ.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650565158405},{"id":"USYZ.ts","timestamp":1650565178813},{"id":"WwOW.ts","timestamp":1650565204634},{"id":"m4UU.ts","timestamp":1650565227952},{"id":"35Rr.ts","timestamp":1650565246398},{"id":"Mx6h.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650565596323},{"id":"RITH.ts","timestamp":1650565597791},{"id":"HDIS.ts","timestamp":1650565680320},{"id":"3ZDO.ts","timestamp":1650565690731},{"id":"0RvT.ts","timestamp":1650566089599},{"id":"uLjv.ts","timestamp":1650566149548},{"id":"lh68.ts","timestamp":1650566188460},{"id":"TpQb.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650566234955},{"id":"1ePZ.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650566246743},{"id":"hybC.ts","timestamp":1650566248478},{"id":"W2xL.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650566561708},{"id":"pnYq.ts","timestamp":1650566619891},{"id":"GYoQ.ts","timestamp":1650566673191},{"id":"G74t.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650567122846},{"id":"I9nP.ts","timestamp":1650567132120},{"id":"LH8j.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650567150162},{"id":"zRRU.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650567406862},{"id":"eUSO.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650567427695},{"id":"snby.ts","timestamp":1650567430084},{"id":"QWFi.ts","timestamp":1650567738903},{"id":"MkdZ.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650567746041},{"id":"E9hw.ts","source":"undoRedo.source","timestamp":1650567821693},{"id":"PS8Q.ts","timestamp":1650567835742},{"id":"w0nH.ts","timestamp":1650655138481},{"id":"U9NX.ts","timestamp":1650655180579},{"id":"MdSt.ts","timestamp":1650655396595},{"id":"pb2o.ts","timestamp":1650655426516}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/get-result.ts","entries":[{"id":"DHAs.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1651354384908},{"id":"vajP.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1651354395454},{"id":"2IQ4.ts","timestamp":1651354540063},{"id":"I19h.ts","timestamp":1651354882345},{"id":"ZO4p.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1651354891684},{"id":"QoGF.ts","timestamp":1651354916033},{"id":"gkbX.ts","source":"Workspace Edit","timestamp":1651355025710},{"id":"cSAC.ts","timestamp":1651355027499},{"id":"9FKT.ts","timestamp":1651355054766},{"id":"Fgr8.ts","timestamp":1651355072231},{"id":"DPqn.ts","timestamp":1651355262468},{"id":"X6MT.ts","timestamp":1651355369655},{"id":"T4D4.ts","timestamp":1651355382232},{"id":"Qbeu.ts","source":"undoRedo.source","timestamp":1651355390740},{"id":"evw2.ts","timestamp":1651355417235},{"id":"Tn6S.ts","timestamp":1651355520733},{"id":"LWu0.ts","timestamp":1651355638324}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/is-isogram.ts","entries":[{"id":"omdd.ts","timestamp":1650661141975},{"id":"HeOj.ts","timestamp":1650661154690},{"id":"3bqy.ts","timestamp":1650661285185},{"id":"VkbG.ts","timestamp":1650661326508},{"id":"Y5Fx.ts","timestamp":1650661452374},{"id":"fT6W.ts","timestamp":1650661477188},{"id":"4uQf.ts","timestamp":1650661516637},{"id":"mtBj.ts","timestamp":1650661550702},{"id":"weAG.ts","timestamp":1650661560778},{"id":"WPu9.ts","timestamp":1650661596435},{"id":"nD4e.ts","timestamp":1650661736800},{"id":"7UMX.ts","timestamp":1650661750746}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/02/02-basic-sorting/exercise/__tests__/selection-sort.spec.ts","entries":[{"id":"KXAh.ts","source":"Workspace Edit","timestamp":1648424038731},{"id":"XGm6.ts","source":"Workspace Edit","timestamp":1648435048839},{"id":"HJcr.ts","source":"searchReplace.source","timestamp":1648435331653},{"id":"ABLA.ts","source":"Workspace Edit","timestamp":1648435353412},{"id":"ZckX.ts","source":"Workspace Edit","timestamp":1648435399036},{"id":"VI0Q.ts","source":"Workspace Edit","timestamp":1648435429448},{"id":"3GOs.ts","source":"searchReplace.source","timestamp":1648435441379},{"id":"jTbP.ts","source":"Workspace Edit","timestamp":1648435498836},{"id":"6M4l.ts","source":"Workspace Edit","timestamp":1648435510442},{"id":"d9p7.ts","source":"moved.source","timestamp":1648604398526}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/get-middle.ts","entries":[{"id":"ssSu.ts","source":"searchReplace.source","timestamp":1650688919065},{"id":"uB8i.ts","timestamp":1650745279289}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/reverse-words.ts","entries":[{"id":"iQlw.ts","timestamp":1650739038534},{"id":"kBp3.ts","timestamp":1650739180813},{"id":"6YrG.ts","timestamp":1650739204640},{"id":"CVyq.ts","timestamp":1650739230609},{"id":"03W0.ts","timestamp":1650739308136}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/sum-mix.ts","entries":[{"id":"L5y2.ts","timestamp":1650846904423},{"id":"I6LN.ts","source":"undoRedo.source","timestamp":1650847143110},{"id":"Wzpy.ts","timestamp":1650847223499},{"id":"sK1D.ts","timestamp":1650847288137},{"id":"OU2u.ts","timestamp":1650847331734},{"id":"oO7M.ts","timestamp":1650847410595}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/src/algorithms/19-remove-nth-node/list-node.ts","entries":[{"id":"LgKl.ts","timestamp":1650243015680},{"id":"7bm9.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650245115354},{"id":"zqp8.ts","source":"searchReplace.source","timestamp":1650246189305},{"id":"8pFa.ts","source":"Workspace Edit","timestamp":1650246515039}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/01/02-recursion/exercise/search.ts","entries":[{"id":"ZsGt.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648263844903},{"id":"4SOT.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648265009927},{"id":"wiJh.ts","timestamp":1648265139081},{"id":"f97a.ts","source":"renamed.source","timestamp":1648265244525},{"id":"sw5a.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648265571739},{"id":"G8Te.ts","timestamp":1648265607778},{"id":"wWhj.ts","timestamp":1648266175656},{"id":"HuiG.ts","timestamp":1648266273325},{"id":"bBvT.ts","timestamp":1648266317752},{"id":"0HFK.ts","timestamp":1648266365967},{"id":"jO4h.ts","timestamp":1648266429798},{"id":"mNpM.ts","timestamp":1648266460828},{"id":"wvNG.ts","timestamp":1648266473594},{"id":"1xA1.ts","timestamp":1648268841621},{"id":"uIIK.ts","timestamp":1648269201128},{"id":"e3aP.ts","timestamp":1648326376482},{"id":"CSWe.ts","timestamp":1648331298527},{"id":"R3Lk.ts","timestamp":1648331334404},{"id":"etM3.ts","timestamp":1648332372020},{"id":"k8ie.ts","source":"moved.source","timestamp":1648355881222},{"id":"9H0B.ts","source":"searchReplace.source","timestamp":1648365918378},{"id":"N6IU.ts","source":"searchReplace.source","timestamp":1648365941819},{"id":"zpln.ts","source":"moved.source","timestamp":1648365966459},{"id":"WOty.ts","source":"moved.source","timestamp":1648604397500}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/__tests__/nth-even.spec.ts","entries":[{"id":"7KUd.ts","source":"Workspace Edit","timestamp":1651340207745},{"id":"Q43t.ts","timestamp":1651340298529}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/packages/ui/src/theme/mixins/__tests__/event.mixin.spec.ts","entries":[{"id":"XOYB.ts","source":"Workspace Edit","timestamp":1648076838976},{"id":"sK0l.ts","source":"Workspace Edit","timestamp":1648076848760},{"id":"OjNm.ts","source":"Workspace Edit","timestamp":1648076850278},{"id":"bGQn.ts","source":"Workspace Edit","timestamp":1648076876828},{"id":"rstj.ts","source":"Workspace Edit","timestamp":1648076877712},{"id":"l4MQ.ts","source":"Workspace Edit","timestamp":1648076878053},{"id":"8rUU.ts","source":"Workspace Edit","timestamp":1648085390121},{"id":"rjI3.ts","source":"Workspace Edit","timestamp":1648085397292},{"id":"Uksz.ts","source":"Workspace Edit","timestamp":1648085465713}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/__tests__/digital-root.spec.ts","entries":[{"id":"PH1d.ts","source":"Workspace Edit","timestamp":1649456522886},{"id":"AKbJ.ts","source":"Workspace Edit","timestamp":1649456555052},{"id":"hsSz.ts","source":"Workspace Edit","timestamp":1649456604113}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/__tests__/dir-reduc.spec.ts","entries":[{"id":"c6cg.ts","source":"Workspace Edit","timestamp":1649303679633},{"id":"g1GP.ts","source":"Workspace Edit","timestamp":1649303703511},{"id":"a3Jc.ts","source":"Workspace Edit","timestamp":1649303746767},{"id":"atQr.ts","source":"Workspace Edit","timestamp":1649303790516},{"id":"W0xg.ts","source":"Workspace Edit","timestamp":1649303802740},{"id":"Vwh1.ts","source":"Workspace Edit","timestamp":1649304187057}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/__tests__/sum-mix.spec.ts","entries":[{"id":"rHTK.ts","timestamp":1650847211611},{"id":"zRFq.ts","source":"Workspace Edit","timestamp":1650847212760}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/6kyu/__tests__/move-zeros.spec.ts","entries":[{"id":"dmtq.ts","source":"Workspace Edit","timestamp":1650687207662},{"id":"3pxc.ts","source":"searchReplace.source","timestamp":1650688930907}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/.env.test","entries":[{"id":"YPr0.test","timestamp":1648107948890}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/src/types/list-node-construct.type.ts","entries":[{"id":"sP5w.ts","source":"Workspace Edit","timestamp":1650330128521},{"id":"0rFo.ts","timestamp":1650330135554},{"id":"FSbn.ts","source":"renamed.source","timestamp":1650330173547},{"id":"KX3s.ts","timestamp":1650330180777},{"id":"2Lgy.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650331933894}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/01/03-dynamic-programming/exercise/__tests__/is-subsequence.spec.ts","entries":[{"id":"8NBE.ts","source":"Workspace Edit","timestamp":1648344968960},{"id":"y82U.ts","source":"Workspace Edit","timestamp":1648345582003},{"id":"Ln1J.ts","source":"Workspace Edit","timestamp":1648345616228},{"id":"05aZ.ts","source":"Workspace Edit","timestamp":1648346915007},{"id":"lJqR.ts","source":"Workspace Edit","timestamp":1648346970320},{"id":"qK0Y.ts","source":"Workspace Edit","timestamp":1648347097806},{"id":"88R3.ts","source":"Workspace Edit","timestamp":1648347749012},{"id":"Y12F.ts","source":"Workspace Edit","timestamp":1648347760215},{"id":"JdL2.ts","source":"Workspace Edit","timestamp":1648348312852},{"id":"ArfU.ts","source":"moved.source","timestamp":1648355881403},{"id":"oPuU.ts","source":"searchReplace.source","timestamp":1648365942178},{"id":"VulW.ts","source":"moved.source","timestamp":1648365970230},{"id":"lnH2.ts","source":"moved.source","timestamp":1648604398480}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/__tests__/get-count.spec.ts","entries":[{"id":"EJKC.ts","source":"Workspace Edit","timestamp":1650688038202},{"id":"HhKn.ts","source":"searchReplace.source","timestamp":1650688920671}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/__tests__/globals/chai.ts","entries":[{"id":"8N6o.ts","source":"Workspace Edit","timestamp":1650051680857},{"id":"eA5F.ts","source":"Workspace Edit","timestamp":1651285767579}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/mumble.ts","entries":[{"id":"LfBG.ts","source":"searchReplace.source","timestamp":1650688918333}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/src/algorithms/03-longest-substring-without-repeating-characters/length-of-longest-substring.ts","entries":[{"id":"VLK1.ts","source":"searchReplace.source","timestamp":1650229031406},{"id":"SG9R.ts","source":"searchReplace.source","timestamp":1650229143420},{"id":"gEVs.ts","timestamp":1650233178823},{"id":"dxlV.ts","timestamp":1650233199126},{"id":"oIEQ.ts","timestamp":1650233225530},{"id":"rXjR.ts","source":"searchReplace.source","timestamp":1650236228431},{"id":"3BWz.ts","source":"searchReplace.source","timestamp":1650237469520}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/01/02-recursion/exercise/README.md","entries":[{"id":"TYcO.md","timestamp":1648228027410},{"id":"CcMI.md","timestamp":1648228054348},{"id":"k1Da.md","timestamp":1648228092283},{"id":"jHEx.md","timestamp":1648228149127},{"id":"zUxj.md","timestamp":1648228190502},{"id":"ghTL.md","timestamp":1648228236648},{"id":"eINP.md","timestamp":1648228270046},{"id":"vzXO.md","timestamp":1648228312263},{"id":"kYX4.md","timestamp":1648228340984},{"id":"n5uJ.md","timestamp":1648228361406},{"id":"tkZR.md","timestamp":1648228396655},{"id":"OwGg.md","timestamp":1648228432924},{"id":"pGrP.md","timestamp":1648228443793},{"id":"eLCe.md","timestamp":1648228510068},{"id":"fr5s.md","timestamp":1648233089767},{"id":"UJKE.md","timestamp":1648233119211},{"id":"th2e.md","timestamp":1648233172943},{"id":"iSoH.md","timestamp":1648233187582},{"id":"CkrO.md","timestamp":1648233214557},{"id":"VQen.md","timestamp":1648245402641},{"id":"kGW7.md","timestamp":1648260226467},{"id":"Hx9K.md","source":"searchReplace.source","timestamp":1648335509081},{"id":"j7KO.md","source":"moved.source","timestamp":1648355881313},{"id":"GTV1.md","source":"searchReplace.source","timestamp":1648365918295},{"id":"rHpv.md","source":"moved.source","timestamp":1648365966499},{"id":"C44S.md","source":"moved.source","timestamp":1648604397525}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/__fixtures__/nums-unsorted-neg.fixture.ts","entries":[{"id":"ntNx.ts","timestamp":1648434773044},{"id":"MgXy.ts","source":"searchReplace.source","timestamp":1648435331481},{"id":"n5r1.ts","source":"renamed.source","timestamp":1648435349573}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/.markdownlint.yml","entries":[{"id":"EKJC.yml","timestamp":1648781374436}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/02/01-searching/exercise/linear-search-recursive.ts","entries":[{"id":"RPii.ts","timestamp":1648355450553},{"id":"9xpr.ts","timestamp":1648355528788},{"id":"EEUQ.ts","source":"moved.source","timestamp":1648355891619},{"id":"eoex.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648356007950},{"id":"0qTT.ts","timestamp":1648356089329},{"id":"iQtD.ts","timestamp":1648356284491},{"id":"eAzf.ts","source":"moved.source","timestamp":1648356408019},{"id":"QGxM.ts","source":"searchReplace.source","timestamp":1648356425255},{"id":"Zpz4.ts","timestamp":1648362106327},{"id":"uyQl.ts","timestamp":1648362536747},{"id":"BdRD.ts","source":"searchReplace.source","timestamp":1648365918973},{"id":"5ybg.ts","source":"searchReplace.source","timestamp":1648365940710},{"id":"kjAt.ts","source":"moved.source","timestamp":1648365954043},{"id":"CpZb.ts","source":"moved.source","timestamp":1648604398029},{"id":"BiTQ.ts","source":"Workspace Edit","timestamp":1648604415634}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/basic-op.ts","entries":[{"id":"SKQm.ts","timestamp":1650683390857},{"id":"FRxI.ts","timestamp":1650683422495},{"id":"Na2j.ts","timestamp":1650683445230},{"id":"X2Tl.ts","timestamp":1650683466098},{"id":"ESkU.ts","timestamp":1650683510535},{"id":"1Y4X.ts","timestamp":1650683548957},{"id":"zZie.ts","source":"undoRedo.source","timestamp":1650683570423},{"id":"QPdO.ts","timestamp":1650683589132},{"id":"xSef.ts","timestamp":1650683678132},{"id":"i4yv.ts","timestamp":1650683775818},{"id":"qldR.ts","timestamp":1650683854853},{"id":"TOi7.ts","timestamp":1650683905069},{"id":"rsXS.ts","source":"Renaming ADD to addition","timestamp":1650684083727},{"id":"znUY.ts","source":"Renaming addition to ADDITION","timestamp":1650684090568},{"id":"YNns.ts","source":"Renaming DIVIDE to DIVISION","timestamp":1650684095728},{"id":"ERgH.ts","source":"Renaming MULTIPLY to MULTIPLICATION","timestamp":1650684105006},{"id":"PBS0.ts","source":"Renaming SUBTRACT to SUBTRACTION","timestamp":1650684109855},{"id":"Ktle.ts","timestamp":1650684158670},{"id":"0LFL.ts","timestamp":1650684187017},{"id":"dHTp.ts","timestamp":1650684235912},{"id":"QwXA.ts","source":"moved.source","timestamp":1650686137500},{"id":"IDpr.ts","source":"searchReplace.source","timestamp":1650688902957}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/arr.ts","entries":[{"id":"orTT.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1651347938232},{"id":"JfFO.ts","timestamp":1651347995817},{"id":"2qHP.ts","timestamp":1651348096249},{"id":"Zsku.ts","source":"renamed.source","timestamp":1651348100089},{"id":"tW7x.ts","timestamp":1651348129130},{"id":"tJTI.ts","source":"undoRedo.source","timestamp":1651348167291},{"id":"UutR.ts","timestamp":1651348191571},{"id":"zioy.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1651348237128},{"id":"OLYz.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1651348269661},{"id":"4wfo.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1651348326227},{"id":"Cfyg.ts","timestamp":1651348358946},{"id":"5EW3.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1651348510529}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/__tests__/find-short.spec.ts","entries":[{"id":"2tgd.ts","source":"Workspace Edit","timestamp":1650668031162},{"id":"xp4H.ts","timestamp":1650668042694},{"id":"gBgJ.ts","timestamp":1650668057884},{"id":"WBwW.ts","source":"Workspace Edit","timestamp":1650668073250}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/greet-boss-or-guest.ts","entries":[{"id":"GOUh.ts","timestamp":1650855639467},{"id":"XUGM.ts","timestamp":1650855842969},{"id":"xu7S.ts","timestamp":1650855864999},{"id":"l41Q.ts","timestamp":1650855907460},{"id":"GtXt.ts","source":"renamed.source","timestamp":1650855918106},{"id":"9lOW.ts","timestamp":1650856005871},{"id":"h0BW.ts","timestamp":1650856083251},{"id":"cqjK.ts","timestamp":1650856177158},{"id":"fupF.ts","timestamp":1650856188203}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/__tests__/counter.spec.ts","entries":[{"id":"0b02.ts","source":"Workspace Edit","timestamp":1649991392256}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/arr2bin.ts","entries":[{"id":"HsEA.ts","timestamp":1651359330427},{"id":"7PcY.ts","timestamp":1651359373828},{"id":"XH00.ts","timestamp":1651359435580},{"id":"R19p.ts","timestamp":1651359522116},{"id":"lICN.ts","timestamp":1651359589529},{"id":"t2xX.ts","source":"undoRedo.source","timestamp":1651359595828},{"id":"yNmN.ts","timestamp":1651359604293},{"id":"41O2.ts","timestamp":1651359789217},{"id":"vygK.ts","timestamp":1651359807895},{"id":"65WQ.ts","timestamp":1651359863062},{"id":"50WE.ts","timestamp":1651359878446},{"id":"hrFG.ts","timestamp":1651359893939}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/packages/models/.mocharc.cjs","entries":[{"id":"kUu9.cjs","timestamp":1648003107198},{"id":"5qg7.cjs","timestamp":1648003113727},{"id":"4TqK.cjs","timestamp":1648078122474}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/src/algorithms/02-add-two-numbers/add-two-numbers.ts","entries":[{"id":"jg5j.ts","source":"searchReplace.source","timestamp":1650228991217},{"id":"BLX9.ts","source":"searchReplace.source","timestamp":1650229031785},{"id":"d1Xd.ts","source":"searchReplace.source","timestamp":1650229143399},{"id":"430U.ts","source":"Workspace Edit","timestamp":1650232263011},{"id":"NqkC.ts","source":"Workspace Edit","timestamp":1650232609357},{"id":"wb7W.ts","source":"Workspace Edit","timestamp":1650232631089},{"id":"o4sm.ts","source":"Workspace Edit","timestamp":1650232688728},{"id":"2J2U.ts","source":"Workspace Edit","timestamp":1650232753098},{"id":"QsPI.ts","source":"Workspace Edit","timestamp":1650232841767},{"id":"U9yB.ts","source":"Workspace Edit","timestamp":1650232932355},{"id":"wFB2.ts","source":"Workspace Edit","timestamp":1650233070645},{"id":"CtrA.ts","source":"Workspace Edit","timestamp":1650233085808},{"id":"Mw8S.ts","source":"Workspace Edit","timestamp":1650233373240},{"id":"oUbS.ts","source":"Workspace Edit","timestamp":1650234647724},{"id":"qJv7.ts","source":"Workspace Edit","timestamp":1650234868370},{"id":"VUiZ.ts","source":"searchReplace.source","timestamp":1650236228557},{"id":"UUMA.ts","source":"searchReplace.source","timestamp":1650237495219},{"id":"irei.ts","source":"Workspace Edit","timestamp":1650246819315},{"id":"Fc0z.ts","source":"Workspace Edit","timestamp":1650249548042},{"id":"qyjP.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650249552449},{"id":"nrhr.ts","timestamp":1650249563930},{"id":"IUQH.ts","source":"undoRedo.source","timestamp":1650327286598},{"id":"y6jm.ts","timestamp":1650327308100}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/divisible-by-five.ts","entries":[{"id":"p8qT.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650597638176},{"id":"IVSW.ts","timestamp":1650597648360},{"id":"IUWn.ts","timestamp":1650597769317},{"id":"bWYU.ts","timestamp":1650597784676},{"id":"skZW.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650598181378},{"id":"MvUU.ts","timestamp":1650598256519},{"id":"YvFU.ts","timestamp":1650598294404},{"id":"MXGG.ts","timestamp":1650598308118},{"id":"Kgpo.ts","timestamp":1650598356748},{"id":"8pCa.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650598578504},{"id":"ctk6.ts","timestamp":1650598656703},{"id":"kBLQ.ts","timestamp":1650598830469},{"id":"TOWd.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650599015816},{"id":"s8H6.ts","timestamp":1650599606449},{"id":"olHm.ts","timestamp":1650599651914},{"id":"HrxW.ts","timestamp":1650599673514},{"id":"2QuG.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650599722406},{"id":"jlv0.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650599732613},{"id":"1Mi0.ts","timestamp":1650599867270},{"id":"E2An.ts","timestamp":1650599911135},{"id":"0D1E.ts","timestamp":1650599938199},{"id":"ciak.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650599974244},{"id":"Rh2I.ts","timestamp":1650600003822},{"id":"S3Cx.ts","timestamp":1650600039213},{"id":"3OEQ.ts","timestamp":1650643990210},{"id":"IY2F.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650644191351},{"id":"7Xsf.ts","timestamp":1650644193513},{"id":"Mmk8.ts","timestamp":1650644209257},{"id":"u9et.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650644495839},{"id":"LupO.ts","timestamp":1650644498029},{"id":"ocZc.ts","timestamp":1650644769403},{"id":"V8eG.ts","timestamp":1650645385676},{"id":"DwQH.ts","timestamp":1650645410097},{"id":"iqm5.ts","timestamp":1650645441998},{"id":"7EcR.ts","timestamp":1650645463782},{"id":"cfxD.ts","timestamp":1650645493330},{"id":"z6Yf.ts","timestamp":1650646122051},{"id":"1JZ1.ts","timestamp":1650646165149},{"id":"pELU.ts","timestamp":1650646208728},{"id":"2ojI.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650646214293},{"id":"ouK2.ts","timestamp":1650646238159},{"id":"7j9G.ts","timestamp":1650646308627},{"id":"tksA.ts","timestamp":1650646327086},{"id":"2tTW.ts","timestamp":1650646340729},{"id":"EStH.ts","timestamp":1650646375005},{"id":"VieJ.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650646387715},{"id":"DLmN.ts","timestamp":1650646435009},{"id":"Frvg.ts","timestamp":1650647275470},{"id":"22ua.ts","timestamp":1650647290237},{"id":"GV8m.ts","source":"renamed.source","timestamp":1650647325363}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/01/02-recursion/exercise/__tests__/search.spec.ts","entries":[{"id":"6cuP.ts","source":"Workspace Edit","timestamp":1648265384243},{"id":"koAZ.ts","source":"Workspace Edit","timestamp":1648268867200},{"id":"vGGP.ts","source":"Workspace Edit","timestamp":1648268915035},{"id":"jkF4.ts","source":"Workspace Edit","timestamp":1648269311646},{"id":"0cOX.ts","source":"moved.source","timestamp":1648355881297},{"id":"lcVh.ts","source":"searchReplace.source","timestamp":1648365942179},{"id":"kxT4.ts","source":"moved.source","timestamp":1648365966492},{"id":"4Irf.ts","source":"moved.source","timestamp":1648604397505}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/__tests__/real-size.spec.ts","entries":[{"id":"pAMm.ts","source":"Workspace Edit","timestamp":1650688791272},{"id":"Q61f.ts","source":"searchReplace.source","timestamp":1650688919065}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/6kyu/__tests__/narcissistic.spec.ts","entries":[{"id":"T200.ts","source":"Workspace Edit","timestamp":1650687473861},{"id":"RoIw.ts","source":"searchReplace.source","timestamp":1650688931763}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/packages/types/README.md","entries":[{"id":"GxAI.md","source":"searchReplace.source","timestamp":1648003730538},{"id":"gJQM.md","source":"searchReplace.source","timestamp":1648003766756},{"id":"Y1SR.md","timestamp":1648060694182},{"id":"H4po.md","timestamp":1648060731314}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/basic-types.ts","entries":[{"id":"j7YC.ts","source":"Workspace Edit","timestamp":1651356765171},{"id":"0yJJ.ts","timestamp":1651356879008},{"id":"BIew.ts","timestamp":1651356895968},{"id":"Uir7.ts","timestamp":1651357182035},{"id":"ode7.ts","timestamp":1651357206191},{"id":"aPoL.ts","timestamp":1651357228668},{"id":"YZnv.ts","timestamp":1651357277296},{"id":"ZAI6.ts","timestamp":1651357342454},{"id":"uhXV.ts","timestamp":1651357415406},{"id":"rwFE.ts","timestamp":1651357425792},{"id":"3xOm.ts","timestamp":1651357450737},{"id":"UjfB.ts","timestamp":1651357506612},{"id":"sQ5W.ts","timestamp":1651357526553},{"id":"LuPp.ts","source":"undoRedo.source","timestamp":1651358895916},{"id":"HZEQ.ts","timestamp":1651358933160}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/validate-pin.ts","entries":[{"id":"Ffrq.ts","timestamp":1650677311147},{"id":"G44q.ts","source":"undoRedo.source","timestamp":1650677316476},{"id":"hr8Z.ts","timestamp":1650677352205},{"id":"MxUF.ts","timestamp":1650677362652},{"id":"q0mi.ts","timestamp":1650677446546},{"id":"QxBG.ts","timestamp":1650678670255},{"id":"qRPZ.ts","timestamp":1650678700430},{"id":"pvKz.ts","source":"moved.source","timestamp":1650686410209},{"id":"cI8D.ts","source":"moved.source","timestamp":1650686415088},{"id":"6vmo.ts","source":"moved.source","timestamp":1650686417334},{"id":"g5KK.ts","source":"searchReplace.source","timestamp":1650688918419}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/next-bigger.ts","entries":[{"id":"vkjV.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650578315206},{"id":"Bk0T.ts","timestamp":1650578325034},{"id":"D0ht.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650578765653},{"id":"wrs1.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650578836822},{"id":"eQJG.ts","timestamp":1650578870374},{"id":"4mFU.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650578874742},{"id":"VW6z.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650578903529},{"id":"BhW5.ts","timestamp":1650578954528},{"id":"0ngQ.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650579163156},{"id":"osDs.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650579459871},{"id":"itiN.ts","timestamp":1650579613743},{"id":"ZpLA.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650579680821},{"id":"SP1L.ts","timestamp":1650579767723},{"id":"7Fh6.ts","timestamp":1650580370906},{"id":"cfP8.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650580421107},{"id":"5QoQ.ts","timestamp":1650580525601},{"id":"67jk.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650580610266}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/goals.ts","entries":[{"id":"O5rE.ts","timestamp":1651276011971},{"id":"hfD4.ts","source":"undoRedo.source","timestamp":1651276146106},{"id":"TgPQ.ts","timestamp":1651276169955},{"id":"OO6U.ts","timestamp":1651276188256}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/count-sheep.ts","entries":[{"id":"FQOq.ts","timestamp":1650841004813},{"id":"pKtS.ts","timestamp":1650841364746},{"id":"qt8U.ts","timestamp":1650841471253},{"id":"aiRB.ts","timestamp":1650841647076},{"id":"Jh9S.ts","timestamp":1650841715434},{"id":"s9Vc.ts","timestamp":1650841841268},{"id":"NCwK.ts","timestamp":1650841869426}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/order-weight.ts","entries":[{"id":"O7Hb.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649274607077},{"id":"Hj7P.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649274788997},{"id":"pBIl.ts","timestamp":1649274813364},{"id":"6ujp.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649274968162},{"id":"gWPI.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649275057951},{"id":"6cpJ.ts","timestamp":1649275069750},{"id":"bDpk.ts","source":"undoRedo.source","timestamp":1649275075379},{"id":"XRdA.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649275154844},{"id":"bz9D.ts","timestamp":1649275183511},{"id":"6g1L.ts","source":"undoRedo.source","timestamp":1649275208090},{"id":"EE2y.ts","timestamp":1649275364859},{"id":"8eLX.ts","timestamp":1649275568449},{"id":"Tbom.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649275666742},{"id":"DEF6.ts","timestamp":1649275683234},{"id":"l8Rw.ts","timestamp":1649525669197},{"id":"GYja.ts","timestamp":1650656295316}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/src/algorithms/07-reverse-integer/__tests__/reverse.spec.ts","entries":[{"id":"gKZE.ts","source":"Workspace Edit","timestamp":1648780028619},{"id":"eg9u.ts","source":"searchReplace.source","timestamp":1650229030896}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/src/types/list-val.type.ts","entries":[{"id":"xLCF.ts","timestamp":1650246359804},{"id":"dyUL.ts","timestamp":1650249503067},{"id":"JcS8.ts","timestamp":1650251178435},{"id":"DchU.ts","source":"Workspace Edit","timestamp":1650251215053}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/6kyu/likes.ts","entries":[{"id":"YDf1.ts","timestamp":1651372242758},{"id":"KVZp.ts","timestamp":1651372418702},{"id":"uMrF.ts","timestamp":1651372494480},{"id":"Cbgw.ts","timestamp":1651372524111},{"id":"CPbP.ts","timestamp":1651372592818},{"id":"buI5.ts","timestamp":1651373112689},{"id":"WP7J.ts","timestamp":1651373275435}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/high-and-low.ts","entries":[{"id":"S1nU.ts","timestamp":1650654759852},{"id":"Qa5E.ts","timestamp":1650654774585},{"id":"MVjw.ts","timestamp":1650654792735},{"id":"XBDo.ts","source":"undoRedo.source","timestamp":1650655022419},{"id":"ODDG.ts","source":"Renaming Pair to HighLow","timestamp":1650655037009},{"id":"Vgqc.ts","timestamp":1650655071746},{"id":"XuXh.ts","timestamp":1650655093233},{"id":"9qTm.ts","timestamp":1650655339773},{"id":"MlpJ.ts","source":"undoRedo.source","timestamp":1650655346346},{"id":"g77Y.ts","timestamp":1650660635894}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/__tests__/array-of-numbers-as-ranges.spec.ts","entries":[{"id":"eFir.ts","source":"Workspace Edit","timestamp":1649311218150},{"id":"GF7c.ts","source":"Workspace Edit","timestamp":1649311321726},{"id":"cRpG.ts","source":"Workspace Edit","timestamp":1649311396108},{"id":"G2GI.ts","source":"Workspace Edit","timestamp":1649311607829},{"id":"aQwf.ts","source":"Workspace Edit","timestamp":1649311697282},{"id":"550u.ts","source":"renamed.source","timestamp":1649311748985},{"id":"Z0vA.ts","source":"searchReplace.source","timestamp":1649311759040},{"id":"wasl.ts","source":"Workspace Edit","timestamp":1649311760175},{"id":"QxZx.ts","source":"Workspace Edit","timestamp":1649313197976},{"id":"q9T7.ts","source":"Workspace Edit","timestamp":1649357174143},{"id":"lDWB.ts","source":"Workspace Edit","timestamp":1649357214854},{"id":"HkzN.ts","source":"Workspace Edit","timestamp":1649371632391},{"id":"tSr6.ts","source":"searchReplace.source","timestamp":1649371685584},{"id":"WFEU.ts","source":"renamed.source","timestamp":1649371712591},{"id":"FvAf.ts","source":"searchReplace.source","timestamp":1649371735494},{"id":"t8bt.ts","source":"Workspace Edit","timestamp":1649525809811}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/apps/survey/.env.development","entries":[{"id":"UnTl.development","timestamp":1648088006454}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/.nycrc.react","entries":[{"id":"QBmJ.react","timestamp":1648095717979},{"id":"rWep.react","timestamp":1648095720247},{"id":"kira.react","timestamp":1648095734348},{"id":"q7J4.react","timestamp":1648095805981},{"id":"sddr.react","timestamp":1648095819500},{"id":"WwZB.react","timestamp":1648095824564},{"id":"WzZj.react","timestamp":1648095868098},{"id":"RU2F.react","timestamp":1648095913843},{"id":"08HT.react","timestamp":1648095964769},{"id":"rt5I.react","timestamp":1648096114577},{"id":"1ZGB.react","source":"undoRedo.source","timestamp":1648096210541},{"id":"ux91.react","timestamp":1648096256303},{"id":"Jele.react","timestamp":1648096385816},{"id":"UKYk.react","timestamp":1648096587332},{"id":"sybK.react","source":"undoRedo.source","timestamp":1648096624322},{"id":"nQ3t.react","timestamp":1648096905628},{"id":"hLVl.react","timestamp":1648096928997},{"id":"c4ku.react","timestamp":1648097628255},{"id":"QRT0.react","timestamp":1648097635300},{"id":"0KXN.react","timestamp":1648097746223},{"id":"yhig.react","timestamp":1648097782569},{"id":"aKsP.react","timestamp":1648097815409},{"id":"RI6K.react","timestamp":1648097859488},{"id":"wY51.react","timestamp":1648097959219},{"id":"uke0.react","timestamp":1648097963168},{"id":"lpVS.react","timestamp":1648098084077},{"id":"x7WP.react","timestamp":1648098112252},{"id":"lhYZ.react","timestamp":1648098117140},{"id":"6osg.react","timestamp":1648098221889}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/number-to-string.ts","entries":[{"id":"WjVM.ts","timestamp":1648937842832},{"id":"7MF9.ts","timestamp":1648937882279},{"id":"ihfI.ts","source":"searchReplace.source","timestamp":1649197683759},{"id":"SyQj.ts","timestamp":1649525603097},{"id":"sY80.ts","timestamp":1650656213146}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/typings/mocha/global.d.ts","entries":[{"id":"KNWW.ts","timestamp":1648094207707}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/.nycrc","entries":[{"id":"R1Ti","timestamp":1648781340361},{"id":"uHnH","timestamp":1648781356251}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/__tests__/grow.spec.ts","entries":[{"id":"L7e9.ts","source":"Workspace Edit","timestamp":1650759399450}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/descending-order.ts","entries":[{"id":"cDIT.ts","timestamp":1650658363061},{"id":"fYWj.ts","timestamp":1650658385953},{"id":"P9cu.ts","timestamp":1650658472337},{"id":"QHjP.ts","timestamp":1650658664547},{"id":"ROn6.ts","timestamp":1650658693304},{"id":"l0vj.ts","source":"undoRedo.source","timestamp":1650658703577},{"id":"DPQv.ts","timestamp":1650658734582}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/cb-code-runner.go","entries":[{"id":"RY4j.go","timestamp":1648110261094},{"id":"aIwt.go","timestamp":1648110265314}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/__fixtures__/nums-unsorted.fixture.ts","entries":[{"id":"RyPu.ts","timestamp":1648434722005}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/__tests__/reporters/json-spec.reporter.ts","entries":[{"id":"pnTW.ts","timestamp":1648065517719},{"id":"6Irv.ts","timestamp":1648065520043},{"id":"iOAm.ts","timestamp":1648065544167},{"id":"2aXN.ts","timestamp":1648065803079},{"id":"LzFp.ts","timestamp":1648065807263},{"id":"aMM3.ts","timestamp":1648067158157},{"id":"SPlE.ts","timestamp":1648067638311},{"id":"HM7C.ts","source":"Workspace Edit","timestamp":1648067773873},{"id":"E67g.ts","source":"Workspace Edit","timestamp":1648067775424},{"id":"tKqa.ts","source":"Workspace Edit","timestamp":1648067798303},{"id":"hx6n.ts","source":"Workspace Edit","timestamp":1648067934898},{"id":"IhGb.ts","source":"Workspace Edit","timestamp":1648068106461},{"id":"9yWN.ts","source":"Workspace Edit","timestamp":1648068291121},{"id":"tjZ6.ts","timestamp":1648068412924},{"id":"o62b.ts","source":"Workspace Edit","timestamp":1648068418801},{"id":"jNZJ.ts","source":"Workspace Edit","timestamp":1648068463898},{"id":"fTGV.ts","source":"Workspace Edit","timestamp":1648068561116},{"id":"lGLJ.ts","source":"Workspace Edit","timestamp":1648068585875},{"id":"zO53.ts","source":"Workspace Edit","timestamp":1648068779107},{"id":"YVeW.ts","source":"Workspace Edit","timestamp":1648070683773},{"id":"rGIu.ts","source":"Workspace Edit","timestamp":1648070711404},{"id":"W8jt.ts","source":"Workspace Edit","timestamp":1648070741697},{"id":"FftZ.ts","source":"Workspace Edit","timestamp":1648070812772},{"id":"PAoV.ts","source":"Workspace Edit","timestamp":1648070855140},{"id":"pLzN.ts","source":"Workspace Edit","timestamp":1648070893860},{"id":"llei.ts","source":"Workspace Edit","timestamp":1648070985118},{"id":"Bdaw.ts","source":"Workspace Edit","timestamp":1648071043524},{"id":"pYz4.ts","source":"Workspace Edit","timestamp":1648071109220},{"id":"mFBX.ts","source":"Workspace Edit","timestamp":1648071119603},{"id":"6KHM.ts","source":"Workspace Edit","timestamp":1648082081810},{"id":"8d9u.ts","source":"Workspace Edit","timestamp":1648082082190},{"id":"OabB.ts","source":"Workspace Edit","timestamp":1648082121124},{"id":"dqca.ts","source":"Workspace Edit","timestamp":1648082122861},{"id":"4M6G.ts","source":"Workspace Edit","timestamp":1648083336066},{"id":"MJ4o.ts","source":"Workspace Edit","timestamp":1648083358170}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/__tests__/matchers/index.ts","entries":[{"id":"9P7S.ts","source":"searchReplace.source","timestamp":1648335509140}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/test-even.ts","entries":[{"id":"qfQd.ts","timestamp":1651279838589},{"id":"UmuP.ts","timestamp":1651280035210}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/__tests__/first-non-consecutive.spec.ts","entries":[{"id":"OLpy.ts","source":"Workspace Edit","timestamp":1650855017404}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/array-plus-array.ts","entries":[{"id":"OJ4g.ts","timestamp":1650756620092},{"id":"w1qE.ts","timestamp":1650756697332},{"id":"LsQj.ts","timestamp":1650756755727},{"id":"xzIg.ts","timestamp":1650756927403},{"id":"YSvG.ts","timestamp":1650756996173}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/get-sum.ts","entries":[{"id":"I17y.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650048950896},{"id":"EgMu.ts","timestamp":1650049373672},{"id":"MRWF.ts","timestamp":1650655744163},{"id":"cJPV.ts","timestamp":1650657247854}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/01/02-recursion/exercise/replicate.ts","entries":[{"id":"mrYi.ts","source":"searchReplace.source","timestamp":1648365918440},{"id":"vQky.ts","source":"searchReplace.source","timestamp":1648365941819},{"id":"Saj9.ts","source":"moved.source","timestamp":1648365966513},{"id":"XEVq.ts","source":"moved.source","timestamp":1648604397538}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/xo.ts","entries":[{"id":"Y7v3.ts","timestamp":1650666298174},{"id":"btNh.ts","timestamp":1650666604062},{"id":"eGPh.ts","timestamp":1650666647098},{"id":"2dqy.ts","source":"undoRedo.source","timestamp":1650666699548},{"id":"HiOa.ts","timestamp":1650666974795},{"id":"jye1.ts","timestamp":1650667044134},{"id":"t6P4.ts","timestamp":1650667082092},{"id":"PKwH.ts","timestamp":1650667092609},{"id":"QRSl.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650667173044},{"id":"mVIW.ts","timestamp":1650667184984},{"id":"tJrV.ts","timestamp":1650667231156}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/__tests__/config/root-hooks.ts","entries":[{"id":"4Ou4.ts","source":"Workspace Edit","timestamp":1648069483402},{"id":"7Y9q.ts","source":"Workspace Edit","timestamp":1648069492642},{"id":"3lgz.ts","source":"Workspace Edit","timestamp":1648069494424},{"id":"IUaM.ts","source":"Workspace Edit","timestamp":1648077487037}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/01/README.md","entries":[{"id":"Cna6.md","timestamp":1648159860280},{"id":"qCFy.md","source":"moved.source","timestamp":1648159943031},{"id":"cmG7.md","timestamp":1648160471600},{"id":"iSWz.md","timestamp":1648160580631},{"id":"stbQ.md","timestamp":1648160664928},{"id":"ySev.md","timestamp":1648160678496},{"id":"HiD3.md","timestamp":1648160938136},{"id":"KJxY.md","timestamp":1648161012066},{"id":"9nDZ.md","timestamp":1648161067580},{"id":"sVbv.md","source":"moved.source","timestamp":1648164366030},{"id":"dsPF.md","source":"moved.source","timestamp":1648164569621},{"id":"tpKc.md","timestamp":1648186918778},{"id":"DhO7.md","timestamp":1648186933572},{"id":"3bPI.md","timestamp":1648236910738},{"id":"0CaD.md","timestamp":1648244950534},{"id":"7edw.md","timestamp":1648334972381},{"id":"wgwj.md","source":"moved.source","timestamp":1648355881310},{"id":"sh6x.md","source":"moved.source","timestamp":1648604397467}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/7kyu/square-digits.ts","entries":[{"id":"zScG.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648865957663},{"id":"SGKK.ts","timestamp":1648866036534},{"id":"tOya.ts","timestamp":1648866271770},{"id":"j9iA.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648866276373},{"id":"34qf.ts","timestamp":1648866285030},{"id":"u7lT.ts","timestamp":1648866324208},{"id":"3CFS.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648936409701},{"id":"IGXr.ts","source":"searchReplace.source","timestamp":1648936588182},{"id":"8xqw.ts","source":"searchReplace.source","timestamp":1648936830198},{"id":"HSPy.ts","source":"searchReplace.source","timestamp":1649197684199},{"id":"Co6o.ts","timestamp":1649525754772},{"id":"gSSm.ts","timestamp":1650656637804},{"id":"ohhN.ts","timestamp":1650656657145},{"id":"9B8w.ts","timestamp":1650656683225},{"id":"Gi4y.ts","timestamp":1650688431863},{"id":"IlSm.ts","source":"moved.source","timestamp":1650688442541},{"id":"w9pJ.ts","source":"searchReplace.source","timestamp":1650688919064},{"id":"aidp.ts","timestamp":1650745291829},{"id":"OjzY.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650745296978},{"id":"KKI7.ts","timestamp":1650745307310},{"id":"cuPL.ts","timestamp":1650822174745},{"id":"kmR6.ts","source":"moved.source","timestamp":1650822968393}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/.gitignore","entries":[{"id":"1Kcg","timestamp":1649206667955},{"id":"slRf","timestamp":1649206681077}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/longest.ts","entries":[{"id":"54X4.ts","timestamp":1650674544293},{"id":"3don.ts","timestamp":1650674626839},{"id":"bnu8.ts","timestamp":1650674643918},{"id":"kM4H.ts","timestamp":1650674667196},{"id":"CuDy.ts","timestamp":1650674682409},{"id":"JUsj.ts","timestamp":1650674972313},{"id":"McWm.ts","timestamp":1650674998678},{"id":"8ROW.ts","timestamp":1650675075810},{"id":"TbWY.ts","source":"renamed.source","timestamp":1650675094724},{"id":"2bT3.ts","timestamp":1650675098704},{"id":"XDkK.ts","source":"moved.source","timestamp":1650686571531},{"id":"wvcp.ts","source":"moved.source","timestamp":1650686614620},{"id":"9S3m.ts","source":"searchReplace.source","timestamp":1650688917001}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/.commitlintrc.ts","entries":[{"id":"pC65.ts","timestamp":1648157437517},{"id":"pJqq.ts","timestamp":1648157509916},{"id":"DD7v.ts","timestamp":1648157525739},{"id":"sns4.ts","timestamp":1648157547698},{"id":"Oq3d.ts","timestamp":1648157599026},{"id":"S3gA.ts","source":"undoRedo.source","timestamp":1648157917223},{"id":"awgZ.ts","timestamp":1648337002559},{"id":"dJ6p.ts","timestamp":1648337070569},{"id":"HPHl.ts","source":"undoRedo.source","timestamp":1648337087824},{"id":"KPi1.ts","timestamp":1648337225521},{"id":"9f58.ts","timestamp":1648589234281}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/packages/ui/__tests__/globals/chai.ts","entries":[{"id":"NC9a.ts","timestamp":1648059624704}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/final-grade.ts","entries":[{"id":"FFhK.ts","timestamp":1651365751362},{"id":"zsTk.ts","timestamp":1651366065971},{"id":"1kok.ts","timestamp":1651366094018},{"id":"NzWq.ts","timestamp":1651366133361},{"id":"vw4p.ts","timestamp":1651366147944},{"id":"4Pcg.ts","timestamp":1651366178848},{"id":"rBUg.ts","timestamp":1651366229444},{"id":"5Qel.ts","timestamp":1651366318870},{"id":"NlEs.ts","timestamp":1651366468477}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/square-sum.ts","entries":[{"id":"b00M.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648939237914},{"id":"Jhj5.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648939277485},{"id":"2o8i.ts","source":"searchReplace.source","timestamp":1649197683416},{"id":"fAXm.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649525764994},{"id":"hKZN.ts","timestamp":1650656804397}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/__tests__/factorial.spec.ts","entries":[{"id":"fKcr.ts","source":"Workspace Edit","timestamp":1650688811856},{"id":"GxwS.ts","source":"searchReplace.source","timestamp":1650688916913}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/__tests__/pig-it.spec.ts","entries":[{"id":"bOwp.ts","source":"Workspace Edit","timestamp":1649036396432},{"id":"5HER.ts","source":"Workspace Edit","timestamp":1649036436302},{"id":"Cpfz.ts","source":"Workspace Edit","timestamp":1649036495781},{"id":"yliF.ts","source":"Workspace Edit","timestamp":1649036607759},{"id":"cwzb.ts","source":"Workspace Edit","timestamp":1649036631321},{"id":"eqr0.ts","source":"Workspace Edit","timestamp":1649036654794},{"id":"vwc0.ts","source":"Workspace Edit","timestamp":1649036712784}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/is-divisible.ts","entries":[{"id":"H2Hh.ts","timestamp":1650680198176},{"id":"Wr1o.ts","timestamp":1650680287374},{"id":"ejks.ts","timestamp":1650680406156},{"id":"Acid.ts","source":"undoRedo.source","timestamp":1650680544447},{"id":"q44m.ts","source":"undoRedo.source","timestamp":1650680661808},{"id":"f9EV.ts","source":"moved.source","timestamp":1650686362944},{"id":"QO6Y.ts","source":"searchReplace.source","timestamp":1650688903135}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/counter.ts","entries":[{"id":"uFei.ts","timestamp":1649991017512},{"id":"9Wi3.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649991032750},{"id":"FaCr.ts","timestamp":1649991042444},{"id":"uIun.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649991093168},{"id":"JlFQ.ts","timestamp":1649991818999}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/__tests__/interfaces/testcase-called.interface.ts","entries":[{"id":"DHyw.ts","timestamp":1650231938615}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/03/02-singly-linked-lists/exercise/singly-linked-list.ts","entries":[{"id":"KGJb.ts","source":"Workspace Edit","timestamp":1648695212838},{"id":"JDv1.ts","source":"Workspace Edit","timestamp":1648695482821},{"id":"Mm3a.ts","source":"Workspace Edit","timestamp":1648695515559},{"id":"iW8a.ts","timestamp":1648695545246},{"id":"hTcK.ts","source":"Workspace Edit","timestamp":1648695549333},{"id":"0J3E.ts","source":"Workspace Edit","timestamp":1648695625731},{"id":"syvG.ts","source":"Workspace Edit","timestamp":1648695667763},{"id":"WMsK.ts","source":"Workspace Edit","timestamp":1648695765104},{"id":"DeDU.ts","source":"Workspace Edit","timestamp":1648696045663},{"id":"DfBb.ts","source":"Workspace Edit","timestamp":1648696060885},{"id":"IZ9C.ts","source":"Workspace Edit","timestamp":1648696093747},{"id":"IQvY.ts","source":"Workspace Edit","timestamp":1648696149500},{"id":"yyGl.ts","source":"Workspace Edit","timestamp":1648696174070},{"id":"odkp.ts","source":"Workspace Edit","timestamp":1648696289032},{"id":"kwB6.ts","source":"Workspace Edit","timestamp":1648696612725},{"id":"eKDJ.ts","source":"Workspace Edit","timestamp":1648697349227},{"id":"Feux.ts","source":"Workspace Edit","timestamp":1648697699661},{"id":"9jUo.ts","source":"Workspace Edit","timestamp":1648697815555},{"id":"UsVx.ts","source":"Workspace Edit","timestamp":1648697841074},{"id":"FoLK.ts","source":"Workspace Edit","timestamp":1648697877497},{"id":"EEp0.ts","source":"Workspace Edit","timestamp":1648698361694},{"id":"R98R.ts","source":"Workspace Edit","timestamp":1648744665156},{"id":"1d6s.ts","source":"Workspace Edit","timestamp":1648744713368},{"id":"mlGT.ts","source":"Workspace Edit","timestamp":1648744813291},{"id":"rgYi.ts","source":"Workspace Edit","timestamp":1648750841908},{"id":"9Fgq.ts","source":"Workspace Edit","timestamp":1648750996444},{"id":"XUWg.ts","source":"Workspace Edit","timestamp":1648751213550},{"id":"qUC6.ts","source":"Workspace Edit","timestamp":1648751297147},{"id":"10fH.ts","source":"Workspace Edit","timestamp":1648751309938},{"id":"Spfe.ts","source":"Workspace Edit","timestamp":1648751446754},{"id":"R6Ys.ts","source":"Workspace Edit","timestamp":1648751630781},{"id":"ztOM.ts","source":"Workspace Edit","timestamp":1648751648241},{"id":"mL7b.ts","source":"Workspace Edit","timestamp":1648751806807},{"id":"lGj2.ts","source":"Workspace Edit","timestamp":1648751851782},{"id":"GIJZ.ts","source":"Workspace Edit","timestamp":1648751928167},{"id":"PYgF.ts","source":"Workspace Edit","timestamp":1648752597773},{"id":"XXgN.ts","source":"Workspace Edit","timestamp":1648752678674},{"id":"y6Kj.ts","source":"Workspace Edit","timestamp":1648758798417},{"id":"VCpV.ts","source":"Workspace Edit","timestamp":1648758861066},{"id":"pNVB.ts","source":"Workspace Edit","timestamp":1648759651450},{"id":"Mp7f.ts","source":"Workspace Edit","timestamp":1648759681768},{"id":"WyhA.ts","source":"Workspace Edit","timestamp":1648759781289},{"id":"eHND.ts","source":"Workspace Edit","timestamp":1648761021263},{"id":"lkzC.ts","source":"Workspace Edit","timestamp":1648761608008},{"id":"th8M.ts","source":"Workspace Edit","timestamp":1648761631048},{"id":"aNMB.ts","source":"Workspace Edit","timestamp":1648761719944},{"id":"K4Qc.ts","source":"Workspace Edit","timestamp":1648761737783},{"id":"Uea2.ts","source":"Workspace Edit","timestamp":1648767790277},{"id":"aBoU.ts","source":"Workspace Edit","timestamp":1648767807341},{"id":"xtso.ts","source":"Workspace Edit","timestamp":1648773127439}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/.prettierignore","entries":[{"id":"qqdk","timestamp":1650236405519},{"id":"5Av1","source":"undoRedo.source","timestamp":1650236427556}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/__tests__/reporters/json-spec.reporter.ts","entries":[{"id":"nAQm.ts","source":"Workspace Edit","timestamp":1650231931960},{"id":"T1I4.ts","source":"Workspace Edit","timestamp":1650231966464}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/.github/workflows/ci.yml","entries":[{"id":"Khjx.yml","timestamp":1648148919043},{"id":"ZMoy.yml","source":"searchReplace.source","timestamp":1648158342749},{"id":"MhWe.yml","timestamp":1648158503651},{"id":"aH5E.yml","timestamp":1648236668210}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/__tests__/get-average.spec.ts","entries":[{"id":"qgLw.ts","source":"Workspace Edit","timestamp":1650744814625}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/liters.ts","entries":[{"id":"NtdH.ts","timestamp":1650682628127},{"id":"6QF0.ts","timestamp":1650682685720},{"id":"mw7K.ts","source":"moved.source","timestamp":1650686184960},{"id":"bbQO.ts","source":"searchReplace.source","timestamp":1650688902956},{"id":"gFtU.ts","timestamp":1650745357081}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/src/interfaces/list-node.interface.ts","entries":[{"id":"NjpC.ts","source":"Workspace Edit","timestamp":1650244923864},{"id":"LzFW.ts","source":"searchReplace.source","timestamp":1650246189284},{"id":"fDs4.ts","source":"Workspace Edit","timestamp":1650246394386},{"id":"GNmH.ts","source":"Workspace Edit","timestamp":1650248799945},{"id":"AXfo.ts","source":"Workspace Edit","timestamp":1650248929436},{"id":"GfH6.ts","source":"Workspace Edit","timestamp":1650248988734},{"id":"dHrP.ts","source":"Workspace Edit","timestamp":1650249008302},{"id":"M6fp.ts","source":"Workspace Edit","timestamp":1650249042319},{"id":"6aug.ts","source":"Workspace Edit","timestamp":1650249173416},{"id":"zOJz.ts","source":"Workspace Edit","timestamp":1650256454662},{"id":"kQqg.ts","source":"searchReplace.source","timestamp":1650312459035},{"id":"dnlD.ts","source":"Workspace Edit","timestamp":1650328600961},{"id":"owc2.ts","timestamp":1650328631983},{"id":"C0iU.ts","timestamp":1650330659629},{"id":"WfDz.ts","source":"renamed.source","timestamp":1650330781702}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/get-sum.ts","entries":[{"id":"DgNV.ts","source":"searchReplace.source","timestamp":1650688916893}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/bool-to-word.ts","entries":[{"id":"8S15.ts","source":"searchReplace.source","timestamp":1650688903114}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/6kyu/array-diff.ts","entries":[{"id":"QFOz.ts","timestamp":1651426352053},{"id":"F3Pn.ts","source":"undoRedo.source","timestamp":1651426363785},{"id":"DWco.ts","timestamp":1651426384785},{"id":"jPQT.ts","timestamp":1651426410363},{"id":"ZDHA.ts","timestamp":1651426615983},{"id":"qXjn.ts","timestamp":1651426651302}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/__tests__/order-weight.spec.ts","entries":[{"id":"Z9B2.ts","source":"Workspace Edit","timestamp":1649274904754}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/__tests__/square-digits.spec.ts","entries":[{"id":"2CDO.ts","source":"Workspace Edit","timestamp":1648866106799},{"id":"YVv4.ts","source":"Workspace Edit","timestamp":1648866291635},{"id":"MEBj.ts","timestamp":1650688470050},{"id":"4MHM.ts","source":"moved.source","timestamp":1650688487853},{"id":"6lJj.ts","source":"Workspace Edit","timestamp":1650688489560},{"id":"eo4q.ts","source":"moved.source","timestamp":1650688493411},{"id":"z1Tt.ts","source":"Workspace Edit","timestamp":1650688496292},{"id":"rQZP.ts","source":"searchReplace.source","timestamp":1650688920671}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/packages/ui/.eslintrc.cjs","entries":[{"id":"b8vb.cjs","timestamp":1648072016861},{"id":"dpFs.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1648072362536},{"id":"jb9t.cjs","timestamp":1648072920637},{"id":"BH8z.cjs","timestamp":1648837280202},{"id":"YWtR.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1648837538575}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/topics/01-complexity-analysis-and-recursion/02-recursion/exercises/__tests__/factorial.spec.ts","entries":[{"id":"1per.ts","source":"Workspace Edit","timestamp":1648244018741},{"id":"y4Ht.ts","source":"Workspace Edit","timestamp":1648245820774},{"id":"b7ft.ts","source":"Workspace Edit","timestamp":1648251056500},{"id":"kF6U.ts","source":"Workspace Edit","timestamp":1648254687970},{"id":"2s8s.ts","source":"searchReplace.source","timestamp":1648261181529},{"id":"RsQH.ts","source":"searchReplace.source","timestamp":1648261244786},{"id":"l8M4.ts","source":"searchReplace.source","timestamp":1648261376078},{"id":"2kBS.ts","source":"searchReplace.source","timestamp":1648261438386},{"id":"tBxI.ts","source":"Workspace Edit","timestamp":1648261530516}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/02/01-searching/exercise/__tests__/linear-search.spec.ts","entries":[{"id":"fQys.ts","source":"Workspace Edit","timestamp":1648355202131},{"id":"PNXz.ts","source":"Workspace Edit","timestamp":1648355441250},{"id":"WHGH.ts","source":"moved.source","timestamp":1648355891636},{"id":"i7Qu.ts","source":"moved.source","timestamp":1648356407976},{"id":"f0G0.ts","source":"searchReplace.source","timestamp":1648356425305},{"id":"QpMN.ts","source":"Workspace Edit","timestamp":1648357009242},{"id":"4CFN.ts","source":"searchReplace.source","timestamp":1648365941524},{"id":"RgeW.ts","source":"moved.source","timestamp":1648365954077},{"id":"eeCC.ts","source":"moved.source","timestamp":1648604398027}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/__tests__/types/json-spec-report.type.ts","entries":[{"id":"TPdV.ts","source":"Rename mocha-report.type.ts to json-spec-report.type.ts","timestamp":1648065447889}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/__tests__/warn-the-sheep.spec.ts","entries":[{"id":"1srM.ts","source":"Workspace Edit","timestamp":1650688690577},{"id":"l892.ts","source":"searchReplace.source","timestamp":1650688903331}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/is-isogram.ts","entries":[{"id":"0RCg.ts","source":"Move 2 files","timestamp":1650686334483},{"id":"5A0s.ts","timestamp":1650686340364},{"id":"14bc.ts","source":"searchReplace.source","timestamp":1650688920671}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/__tests__/globals/pf.ts","entries":[{"id":"NVNW.ts","source":"Workspace Edit","timestamp":1648849286035}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/__tests__/globals/react/act.ts","entries":[{"id":"VcH7.ts","timestamp":1648087328058}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/.git/lint-staged_unstaged.patch","entries":[{"id":"w7Ui.patch","source":"searchReplace.source","timestamp":1648356424636}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/sum-of-intervals.ts","entries":[{"id":"vGzg.ts","timestamp":1650580815456},{"id":"7Ec9.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650580853977},{"id":"MBWc.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650580937741},{"id":"kh8P.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650581090506},{"id":"qb8N.ts","timestamp":1650581096544},{"id":"b4SF.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650582220643},{"id":"0dRX.ts","timestamp":1650582492859},{"id":"AGZU.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650582710928},{"id":"iEa7.ts","source":"undoRedo.source","timestamp":1650582723308},{"id":"hHJ5.ts","timestamp":1650582730736},{"id":"TINt.ts","timestamp":1650582744346},{"id":"Ke7a.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650582778889},{"id":"Y00m.ts","source":"renamed.source","timestamp":1650582790144},{"id":"NVYC.ts","timestamp":1650585251510},{"id":"CodV.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650586267131},{"id":"MAQ4.ts","timestamp":1650591614213},{"id":"gSXz.ts","timestamp":1650591708318},{"id":"JHFd.ts","timestamp":1650591726295},{"id":"Dl4z.ts","timestamp":1650591741790},{"id":"0muE.ts","timestamp":1650591774508},{"id":"cxK9.ts","timestamp":1650591799221}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/packages/ui/src/theme/mixins/__tests__/no-breaking.mixin.spec.ts","entries":[{"id":"eiKM.ts","source":"Workspace Edit","timestamp":1648077086789},{"id":"KqRt.ts","source":"Workspace Edit","timestamp":1648077117553}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/packages/ui/src/plugins/__tests__/cunit.plugin.spec.ts","entries":[{"id":"lJw3.ts","source":"Workspace Edit","timestamp":1648075356124},{"id":"7xKm.ts","source":"Workspace Edit","timestamp":1648075541235},{"id":"NN9V.ts","source":"Workspace Edit","timestamp":1648075560859},{"id":"0V25.ts","source":"Workspace Edit","timestamp":1648075630418},{"id":"ZPv8.ts","source":"Workspace Edit","timestamp":1648076554629},{"id":"qhA0.ts","source":"Workspace Edit","timestamp":1648076643664},{"id":"6T5s.ts","source":"Workspace Edit","timestamp":1648085322979}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/__tests__/monkey-count.spec.ts","entries":[{"id":"KyE9.ts","timestamp":1650764464534},{"id":"JjQI.ts","timestamp":1650764499326},{"id":"HFmh.ts","source":"Workspace Edit","timestamp":1650764538703}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/__tests__/rental-car-cost.spec.ts","entries":[{"id":"z0Qv.ts","source":"Workspace Edit","timestamp":1650857137977}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/6kyu/move-zeros.ts","entries":[{"id":"jAnk.ts","source":"searchReplace.source","timestamp":1650688931763}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/square-or-square-root.ts","entries":[{"id":"wLWI.ts","source":"searchReplace.source","timestamp":1650688903713}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/__tests__/fix-the-meerkat.spec.ts","entries":[{"id":"kLxD.ts","timestamp":1651364242188},{"id":"3KPd.ts","source":"Workspace Edit","timestamp":1651364310496}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/no-space.ts","entries":[{"id":"kdlL.ts","timestamp":1650675591581},{"id":"prNf.ts","timestamp":1650675836351},{"id":"Ax8r.ts","timestamp":1650675873194},{"id":"Jubo.ts","timestamp":1650675923032},{"id":"lDlS.ts","source":"moved.source","timestamp":1650686449112},{"id":"D7D8.ts","source":"searchReplace.source","timestamp":1650688903019}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/__tests__/maps.spec.ts","entries":[{"id":"UBFp.ts","timestamp":1650730489127}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/__tests__/types/json-spec-reporter-opts.type.ts","entries":[{"id":"hES5.ts","timestamp":1648065619986}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/.nycrc.base","entries":[{"id":"lShB.base","timestamp":1648093721086},{"id":"sXzS.base","timestamp":1648093755843},{"id":"iVJd.base","timestamp":1648096135566},{"id":"7Cg6.base","source":"undoRedo.source","timestamp":1648096183823},{"id":"o37n.base","timestamp":1648096203334},{"id":"2UCT.base","timestamp":1648096422961},{"id":"URfo.base","timestamp":1648096445162},{"id":"jtaE.base","timestamp":1648096940215},{"id":"SeKP.base","timestamp":1648097160033},{"id":"Xx8p.base","timestamp":1648097160858},{"id":"IeWM.base","source":"undoRedo.source","timestamp":1648097176841},{"id":"sPFf.base","timestamp":1648097904292},{"id":"5Eht.base","timestamp":1648097944262},{"id":"Jug8.base","source":"undoRedo.source","timestamp":1648098013109},{"id":"AML2.base","timestamp":1648098165806},{"id":"YQnV.base","source":"undoRedo.source","timestamp":1648098197366},{"id":"N5yQ.base","timestamp":1648098442490},{"id":"3HrR.base","timestamp":1648098695257},{"id":"uqpx.base","timestamp":1648098697266},{"id":"3xbB.base","timestamp":1648098746155}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/count-sheep.ts","entries":[{"id":"iqc5.ts","timestamp":1650676310003},{"id":"opum.ts","timestamp":1650676332421},{"id":"NpKe.ts","source":"searchReplace.source","timestamp":1650676529633},{"id":"NTH8.ts","source":"renamed.source","timestamp":1650676544690},{"id":"nMuk.ts","timestamp":1650676736634},{"id":"lpLX.ts","timestamp":1650676828333},{"id":"NIzH.ts","source":"moved.source","timestamp":1650686449039},{"id":"FO7X.ts","source":"searchReplace.source","timestamp":1650688903196}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/__tests__/open-or-senior.spec.ts","entries":[{"id":"BeTr.ts","source":"Workspace Edit","timestamp":1650687595283},{"id":"PNKk.ts","source":"searchReplace.source","timestamp":1650688919272}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/__tests__/to-camel-case.spec.ts","entries":[{"id":"zyaq.ts","source":"Workspace Edit","timestamp":1650064269938},{"id":"AbAM.ts","source":"Workspace Edit","timestamp":1650064299843},{"id":"dxa8.ts","source":"Workspace Edit","timestamp":1650064314046}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/distinct.ts","entries":[{"id":"NJyE.ts","timestamp":1651349217993},{"id":"ekv4.ts","timestamp":1651349300123},{"id":"IA5s.ts","timestamp":1651349487753}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/factorial.ts","entries":[{"id":"jgJ3.ts","timestamp":1648782672353},{"id":"WFBc.ts","source":"moved.source","timestamp":1648783780358},{"id":"glJx.ts","timestamp":1648783792110},{"id":"bIst.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648936167089},{"id":"3RQY.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648936275708},{"id":"f5Nf.ts","source":"searchReplace.source","timestamp":1648936588086},{"id":"hwnl.ts","source":"searchReplace.source","timestamp":1648936830092},{"id":"Q1Tg.ts","source":"searchReplace.source","timestamp":1649197683759},{"id":"jChG.ts","timestamp":1649525509762},{"id":"xWA2.ts","timestamp":1650655714394}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/bonus-time.ts","entries":[{"id":"JEfa.ts","timestamp":1650843748784},{"id":"aFZW.ts","timestamp":1650843789694},{"id":"dAtA.ts","timestamp":1650844167380}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/src/algorithms/01-two-sum/two-sum.ts","entries":[{"id":"Q4xw.ts","source":"searchReplace.source","timestamp":1650229031686},{"id":"xb8A.ts","source":"searchReplace.source","timestamp":1650229143098},{"id":"81UZ.ts","timestamp":1650229245845},{"id":"D76I.ts","source":"undoRedo.source","timestamp":1650229260465},{"id":"Tvnt.ts","timestamp":1650229272785},{"id":"Tz9I.ts","timestamp":1650229306675},{"id":"xzMo.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650229362176},{"id":"3wFA.ts","timestamp":1650232247466},{"id":"hKtJ.ts","timestamp":1650232300716},{"id":"Sg8I.ts","timestamp":1650233250300},{"id":"wya4.ts","timestamp":1650233261571},{"id":"rZB0.ts","timestamp":1650234675995},{"id":"R8eU.ts","timestamp":1650234695628},{"id":"yG26.ts","source":"searchReplace.source","timestamp":1650236228557}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/__tests__/counter.functional.spec.ts","entries":[{"id":"9Fcg.ts","source":"Workspace Edit","timestamp":1649991754302}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/packages/ui/.nycrc","entries":[{"id":"o1ux","timestamp":1648059771618},{"id":"K9Tr","timestamp":1648095367927},{"id":"DoA3","timestamp":1648096024504},{"id":"jK9W","timestamp":1648096111229},{"id":"0L4w","timestamp":1648098445662},{"id":"pYlp","source":"undoRedo.source","timestamp":1648098450216},{"id":"ENj8","timestamp":1648098473294},{"id":"WqW0","source":"searchReplace.source","timestamp":1648098673510}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/bmi.ts","entries":[{"id":"8Gqt.ts","source":"Workspace Edit","timestamp":1650754580601},{"id":"gS0a.ts","timestamp":1650754658455},{"id":"mlYX.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650754680473},{"id":"wsjI.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650754808847},{"id":"xt6Z.ts","timestamp":1650754863570},{"id":"JIbR.ts","source":"undoRedo.source","timestamp":1650754925563},{"id":"lVXk.ts","timestamp":1650755199084},{"id":"2Iw8.ts","timestamp":1650755281097},{"id":"kSnA.ts","timestamp":1650755317159},{"id":"i5ug.ts","timestamp":1650755396210},{"id":"ixi2.ts","timestamp":1650755613704}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/__tests__/greet-jenny.spec.ts","entries":[{"id":"jClr.ts","timestamp":1650741040428},{"id":"zrQi.ts","timestamp":1650741096348},{"id":"PYlf.ts","source":"Workspace Edit","timestamp":1650741099103},{"id":"mUcp.ts","source":"Workspace Edit","timestamp":1650741132267},{"id":"0BIn.ts","source":"Workspace Edit","timestamp":1650741266966}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/better-than-average.ts","entries":[{"id":"y9Gc.ts","timestamp":1650756080878},{"id":"oZmS.ts","timestamp":1650756101166},{"id":"qOOz.ts","timestamp":1650756347430}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/.eslintrc.base.cjs","entries":[{"id":"jaXo.cjs","timestamp":1649968050149},{"id":"ZWjS.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1649968127751},{"id":"QiZx.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1649968152648},{"id":"pLra.cjs","timestamp":1649968182775},{"id":"nVoX.cjs","timestamp":1649968213310},{"id":"jLyD.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1649968237026},{"id":"T1Sj.cjs","timestamp":1649968245807},{"id":"sleZ.cjs","timestamp":1649968313786},{"id":"25Ov.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1649968333745},{"id":"92J0.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1649983481649},{"id":"1KrJ.cjs","timestamp":1650161789885},{"id":"kmta.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1650505138323},{"id":"5kvH.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1650505207865},{"id":"7dgO.cjs","source":"undoRedo.source","timestamp":1650505215182},{"id":"cspk.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1650505221544},{"id":"k1fY.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1650505971162},{"id":"vpoa.cjs","timestamp":1650505995123},{"id":"lvdE.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1650506043418},{"id":"mG89.cjs","timestamp":1650510711051},{"id":"U58e.cjs","timestamp":1650510739640},{"id":"aPJA.cjs","timestamp":1650585289466},{"id":"Vv3N.cjs","timestamp":1650585344061},{"id":"sDrb.cjs","timestamp":1650585379346},{"id":"MPds.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1650585387997},{"id":"649Y.cjs","timestamp":1650587077121},{"id":"g7tp.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1650587434690},{"id":"1r8g.cjs","timestamp":1650587458239},{"id":"7RVE.cjs","timestamp":1650587599799},{"id":"9tIA.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1650587873074},{"id":"GVen.cjs","timestamp":1650587899446},{"id":"tT1k.cjs","timestamp":1650587928401},{"id":"ucpg.cjs","timestamp":1650587955318},{"id":"UOEV.cjs","timestamp":1650588024850},{"id":"Oihb.cjs","timestamp":1650588062420},{"id":"KdnP.cjs","timestamp":1650588084339},{"id":"8XVe.cjs","timestamp":1650588111866},{"id":"eGMS.cjs","timestamp":1650588210539},{"id":"w31Z.cjs","timestamp":1650589925635},{"id":"sFVw.cjs","timestamp":1650598168209},{"id":"YSOM.cjs","timestamp":1650688993345},{"id":"iDwU.cjs","timestamp":1650689133255},{"id":"zuRM.cjs","timestamp":1650689185480},{"id":"4CpT.cjs","timestamp":1650689237494},{"id":"fDhb.cjs","timestamp":1650689269926},{"id":"nuhZ.cjs","timestamp":1650689318897},{"id":"SCyZ.cjs","timestamp":1650689347544},{"id":"3ZlU.cjs","timestamp":1650689412194},{"id":"aNGl.cjs","timestamp":1650821931103},{"id":"Y4Yx.cjs","timestamp":1650823199662},{"id":"90NA.cjs","timestamp":1650841833858}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/double-integer.ts","entries":[{"id":"2hRk.ts","source":"Workspace Edit","timestamp":1650855475648},{"id":"17Op.ts","timestamp":1650855482490},{"id":"qhMJ.ts","timestamp":1650855532136}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/.commitlintrc.ts","entries":[{"id":"s0q9.ts","timestamp":1648781485885}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/02/01-searching/exercise/__tests__/binary-search.spec.ts","entries":[{"id":"F5JB.ts","source":"Workspace Edit","timestamp":1648362724802},{"id":"rp4W.ts","source":"Workspace Edit","timestamp":1648362790846},{"id":"ZGUd.ts","source":"searchReplace.source","timestamp":1648365942178},{"id":"ACzs.ts","source":"moved.source","timestamp":1648365954143},{"id":"rrJu.ts","source":"moved.source","timestamp":1648604398034}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/packages/webpack/.eslintrc.cjs","entries":[{"id":"vgnG.cjs","source":"Fix all ESLint auto-fixable problems","timestamp":1648072982750}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/7kyu/__tests__/longest.spec.ts","entries":[{"id":"foju.ts","timestamp":1650674806233},{"id":"U0XQ.ts","timestamp":1650674844077},{"id":"cbhL.ts","timestamp":1650674882718},{"id":"lfmf.ts","source":"Workspace Edit","timestamp":1650674882987},{"id":"BpUr.ts","timestamp":1650674900373},{"id":"QkUS.ts","source":"Workspace Edit","timestamp":1650674913462},{"id":"PA20.ts","source":"Workspace Edit","timestamp":1650674955597},{"id":"bP1N.ts","source":"Workspace Edit","timestamp":1650675106170},{"id":"hmvv.ts","source":"renamed.source","timestamp":1650675114173},{"id":"dqKl.ts","source":"Workspace Edit","timestamp":1650675116471},{"id":"DhsV.ts","source":"moved.source","timestamp":1650686562315},{"id":"ChIA.ts","source":"moved.source","timestamp":1650686612057},{"id":"Er3z.ts","source":"Workspace Edit","timestamp":1650686617583},{"id":"xDT0.ts","source":"searchReplace.source","timestamp":1650688920671}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/__tests__/matchers/each.matcher.ts","entries":[{"id":"h8P6.ts","source":"searchReplace.source","timestamp":1648335509113}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/leetcode-algorithms/src/algorithms/04-median-of-two-sorted-arrays/find-median-sorted-arrays.ts","entries":[{"id":"CSif.ts","source":"searchReplace.source","timestamp":1650229031426},{"id":"lCHA.ts","source":"searchReplace.source","timestamp":1650229143765},{"id":"hLQG.ts","timestamp":1650233626979},{"id":"820f.ts","timestamp":1650235128738},{"id":"vO4I.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650235141421},{"id":"E8pg.ts","timestamp":1650235157361},{"id":"W5C4.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1650235326552},{"id":"EO95.ts","source":"searchReplace.source","timestamp":1650237495502},{"id":"ARJa.ts","timestamp":1650237544598}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/sum-squares.ts","entries":[{"id":"Uyr6.ts","source":"undoRedo.source","timestamp":1648784157140},{"id":"kiiA.ts","timestamp":1648936417146},{"id":"XImr.ts","source":"searchReplace.source","timestamp":1648936588262},{"id":"YW8y.ts","timestamp":1648936639569},{"id":"iGhq.ts","source":"searchReplace.source","timestamp":1648936830178},{"id":"3ZRt.ts","source":"searchReplace.source","timestamp":1649197684198},{"id":"1mxa.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649525777461},{"id":"fKGJ.ts","timestamp":1649968497662},{"id":"mYW1.ts","timestamp":1650589372430},{"id":"VtEw.ts","timestamp":1650589480978},{"id":"gAzN.ts","timestamp":1650656836554}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/__tests__/multiply.spec.ts","entries":[{"id":"pAoJ.ts","timestamp":1651274237696},{"id":"hjoK.ts","source":"Workspace Edit","timestamp":1651274239291}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/__tests__/is-divisible.spec.ts","entries":[{"id":"5t99.ts","timestamp":1650680268532},{"id":"nSsI.ts","source":"Workspace Edit","timestamp":1650680411664},{"id":"Jqhf.ts","timestamp":1650680417641},{"id":"o8pG.ts","source":"Workspace Edit","timestamp":1650680420541},{"id":"yfL2.ts","timestamp":1650680423820},{"id":"PkL9.ts","source":"Workspace Edit","timestamp":1650680428219},{"id":"5jOj.ts","source":"moved.source","timestamp":1650686373291},{"id":"HNcX.ts","source":"moved.source","timestamp":1650686378460},{"id":"kozX.ts","source":"Workspace Edit","timestamp":1650686383645},{"id":"24mp.ts","source":"searchReplace.source","timestamp":1650688904163}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/topics/01-complexity-analysis-and-recursion/02-recursion/exercises/factorial.ts","entries":[{"id":"UGEa.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648243842960},{"id":"Ahcc.ts","timestamp":1648243868339},{"id":"lT3K.ts","timestamp":1648245112424},{"id":"nXHy.ts","timestamp":1648245670545},{"id":"GeFQ.ts","timestamp":1648245724155},{"id":"m61n.ts","timestamp":1648245805615},{"id":"rIzB.ts","source":"searchReplace.source","timestamp":1648255065276},{"id":"BLae.ts","timestamp":1648255130614},{"id":"3yRJ.ts","source":"undoRedo.source","timestamp":1648255627602},{"id":"bdyk.ts","source":"undoRedo.source","timestamp":1648255669897}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/reversed-strings.ts","entries":[{"id":"PiO3.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648937242923},{"id":"cbR3.ts","source":"renamed.source","timestamp":1648937318980},{"id":"HzXx.ts","timestamp":1648937346883},{"id":"LROx.ts","source":"searchReplace.source","timestamp":1649197683531},{"id":"evVP.ts","timestamp":1649525745545},{"id":"n7O6.ts","timestamp":1650656388878}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/8kyu/__tests__/make-negative.spec.ts","entries":[{"id":"HHvw.ts","source":"searchReplace.source","timestamp":1650688904163}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/__tests__/count-sixes.spec.ts","entries":[{"id":"G1nL.ts","source":"Workspace Edit","timestamp":1650485004654},{"id":"kR6M.ts","source":"Workspace Edit","timestamp":1650485570315}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/__tests__/fibonacci-sequence.spec.ts","entries":[{"id":"fxmB.ts","source":"Workspace Edit","timestamp":1650510303821},{"id":"HExG.ts","timestamp":1650510481046},{"id":"O3Ua.ts","timestamp":1650510605275},{"id":"PYWV.ts","source":"Workspace Edit","timestamp":1650510685437},{"id":"TSEV.ts","timestamp":1650510717137},{"id":"0Hb0.ts","timestamp":1650510811144},{"id":"ysb3.ts","source":"Workspace Edit","timestamp":1650510850072},{"id":"GW2b.ts","source":"Workspace Edit","timestamp":1650511166590},{"id":"JVtY.ts","source":"Workspace Edit","timestamp":1650511533461},{"id":"FUeQ.ts","source":"Workspace Edit","timestamp":1650511794375},{"id":"qtPN.ts","source":"Workspace Edit","timestamp":1650511955671},{"id":"ntvV.ts","source":"Workspace Edit","timestamp":1650512022300},{"id":"dtX0.ts","source":"Workspace Edit","timestamp":1650512283766},{"id":"SK3c.ts","source":"Workspace Edit","timestamp":1650512357229},{"id":"5i6M.ts","source":"Workspace Edit","timestamp":1650512392199},{"id":"6F6J.ts","source":"Workspace Edit","timestamp":1650512447791},{"id":"kPl0.ts","source":"Workspace Edit","timestamp":1650513303019},{"id":"m0Ny.ts","source":"Workspace Edit","timestamp":1650513464984},{"id":"FStt.ts","source":"Workspace Edit","timestamp":1650513487582},{"id":"uaEF.ts","source":"Workspace Edit","timestamp":1650513530716},{"id":"Ws4c.ts","source":"Workspace Edit","timestamp":1650513565131},{"id":"qMf1.ts","source":"Workspace Edit","timestamp":1650513616287},{"id":"i2rz.ts","timestamp":1650589611438}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/__tests__/globals/react/chai.ts","entries":[{"id":"zKJI.ts","source":"Workspace Edit","timestamp":1648087314535},{"id":"TDVg.ts","source":"Workspace Edit","timestamp":1648087318120},{"id":"P2au.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648087875399},{"id":"JX7a.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1648087879607}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/react-survey-app/.yarnrc.yml","entries":[{"id":"OaEc.yml","timestamp":1648101153284},{"id":"slas.yml","timestamp":1648101249159},{"id":"RbHS.yml","timestamp":1648101409051}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/01/02-recursion/exercise/__tests__/contains.spec.ts","entries":[{"id":"Q7H0.ts","source":"Workspace Edit","timestamp":1648240598258},{"id":"PvFu.ts","source":"Workspace Edit","timestamp":1648240706732},{"id":"ZE5m.ts","source":"Workspace Edit","timestamp":1648240741501},{"id":"9DL0.ts","source":"Workspace Edit","timestamp":1648240822502},{"id":"k5Mx.ts","source":"Workspace Edit","timestamp":1648240840929},{"id":"kKls.ts","source":"Workspace Edit","timestamp":1648240863274},{"id":"tkfH.ts","source":"Workspace Edit","timestamp":1648240879473},{"id":"NoYi.ts","source":"Workspace Edit","timestamp":1648240903733},{"id":"9JGu.ts","source":"Workspace Edit","timestamp":1648240918434},{"id":"0VxV.ts","source":"Workspace Edit","timestamp":1648241006085},{"id":"tHDx.ts","source":"Workspace Edit","timestamp":1648241084561},{"id":"dd2c.ts","source":"Workspace Edit","timestamp":1648241634501},{"id":"1f8O.ts","source":"Workspace Edit","timestamp":1648241652657},{"id":"UexK.ts","source":"Workspace Edit","timestamp":1648249659715},{"id":"V89u.ts","source":"Workspace Edit","timestamp":1648249695358},{"id":"INfg.ts","source":"Workspace Edit","timestamp":1648249750442},{"id":"emaX.ts","source":"Workspace Edit","timestamp":1648250227151},{"id":"mEgK.ts","source":"Workspace Edit","timestamp":1648250303973},{"id":"5Zl1.ts","source":"Workspace Edit","timestamp":1648251050827},{"id":"aQC9.ts","source":"Workspace Edit","timestamp":1648254063433},{"id":"6aWs.ts","source":"Workspace Edit","timestamp":1648254089363},{"id":"6nsc.ts","source":"Workspace Edit","timestamp":1648254120530},{"id":"vAhc.ts","source":"Workspace Edit","timestamp":1648254177337},{"id":"dtKM.ts","source":"Workspace Edit","timestamp":1648254532227},{"id":"Fb9W.ts","source":"searchReplace.source","timestamp":1648261181366},{"id":"DEVT.ts","source":"searchReplace.source","timestamp":1648261244492},{"id":"564b.ts","source":"searchReplace.source","timestamp":1648261376191},{"id":"nJ9i.ts","source":"searchReplace.source","timestamp":1648261438421},{"id":"XIuP.ts","source":"Workspace Edit","timestamp":1648261557440},{"id":"s0IV.ts","source":"Workspace Edit","timestamp":1648269447105},{"id":"7giY.ts","source":"Workspace Edit","timestamp":1648269477753},{"id":"U6nC.ts","source":"Workspace Edit","timestamp":1648269510605},{"id":"9r0O.ts","source":"moved.source","timestamp":1648355881238},{"id":"7nFV.ts","source":"searchReplace.source","timestamp":1648365942468},{"id":"SB9P.ts","source":"moved.source","timestamp":1648365966456},{"id":"sCjW.ts","source":"moved.source","timestamp":1648604397503}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/8kyu/count-sheeps.ts","entries":[{"id":"FAXY.ts","source":"searchReplace.source","timestamp":1650840660537},{"id":"RTi2.ts","source":"renamed.source","timestamp":1650840670319}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/rithm-cs-fundamentals/src/01/01-big-o/exercise/README.md","entries":[{"id":"AWyd.md","source":"searchReplace.source","timestamp":1648365918973},{"id":"YJZZ.md","source":"moved.source","timestamp":1648365961404},{"id":"Ocw9.md","source":"moved.source","timestamp":1648604397498}]}
{"version":1,"resource":"file:///Users/lex/Projects/UNICORNWARE/katas/src/katas/save-mark.ts","entries":[{"id":"WReo.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649980993343},{"id":"IwhL.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649982034377},{"id":"YJAz.ts","timestamp":1649983138884},{"id":"XIeB.ts","timestamp":1649983453033},{"id":"X5HK.ts","timestamp":1649983487817},{"id":"xZUV.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649983897054},{"id":"rTkJ.ts","timestamp":1649983972070},{"id":"jZYF.ts","timestamp":1649984100999},{"id":"Mw2P.ts","timestamp":1649984189518},{"id":"d9vQ.ts","timestamp":1649984352443},{"id":"6SGe.ts","source":"Fix all ESLint auto-fixable problems","timestamp":1649984564668},{"id":"j1yZ.ts","timestamp":1649984651054},{"id":"4qtG.ts","timestamp":1649984819573},{"id":"6BHb.ts","timestamp":1649984830477},{"id":"MKoD.ts","timestamp":1649984948411},{"id":"EIsg.ts","timestamp":1649984986822},{"id":"PEM1.ts","timestamp":1650589543662},{"id":"zArC.ts","timestamp":1650656628459}]}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"window.zoomLevel": 1,
"latex-workshop.view.pdf.viewer": "tab"
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"window.zoomLevel": 1,
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
// "better-comments.tags": [
// {
// "backgroundColor": "transparent",
// "bold": false,
// "color": "#3498DB",
// "italic": false,
// "strikethrough": false,
// "tag": "?",
// "underline": false
// },
// {
// "backgroundColor": "transparent",
// "bold": false,
// "color": "#474747",
// "italic": false,
// "strikethrough": true,
// "tag": "//",
// "underline": false
// },
// {
// "backgroundColor": "transparent",
// "bold": false,
// "color": "#474747",
// "italic": false,
// "strikethrough": true,
// "tag": "//!",
// "underline": false
// },
// {
// "backgroundColor": "transparent",
// "bold": false,
// "color": "#98C379",
// "italic": false,
// "strikethrough": false,
// "tag": "*",
// "underline": false
// },
// {
// "backgroundColor": "transparent",
// "bold": false,
// "color": "#FF2D00",
// "italic": false,
// "strikethrough": false,
// "tag": "!",
// "underline": false
// },
// {
// "backgroundColor": "transparent",
// "bold": false,
// "color": "#FF8C00",
// "italic": false,
// "strikethrough": false,
// "tag": "todo",
// "underline": false
// }
// ],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "^(\\w([-]\\w)?)+(?!spec)\\.(cjs|jsx?|tsx?)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"window.zoomLevel": 1
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"window.zoomLevel": 1
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"window.zoomLevel": 1
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "^(\\w([-]\\w)?)+(?!spec)\\.(cjs|jsx?|tsx?)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": true,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "^(\\w([-]\\w)?)+(?!spec)\\.(cjs|jsx?|tsx?)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"window.zoomLevel": 1,
"[toml]": {
"editor.defaultFormatter": "iceyer.toml-formatter"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"window.zoomLevel": 1,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust"
},
}
{"version":1,"resource":"vscode-userdata:/Users/lex/Library/Application%20Support/Code%20-%20Insiders/User/settings.json","entries":[{"id":"1ebp.json","timestamp":1648160357897},{"id":"3DsH.json","timestamp":1649533161418},{"id":"nvq7.json","timestamp":1649533433522},{"id":"ekW1.json","timestamp":1649533640663},{"id":"av4v.json","timestamp":1649533681247},{"id":"8SSn.json","timestamp":1649533732834},{"id":"z65J.json","timestamp":1649539301967},{"id":"eHMz.json","timestamp":1649550799980},{"id":"tWww.json","timestamp":1649551424181},{"id":"A2tP.json","timestamp":1649551456072},{"id":"xLaw.json","timestamp":1649551490586},{"id":"BPSj.json","timestamp":1649553395556},{"id":"8hFZ.json","timestamp":1649553609049},{"id":"TCl9.json","timestamp":1649553680981},{"id":"LWwb.json","source":"undoRedo.source","timestamp":1649553692015},{"id":"3sHi.json","timestamp":1649553743367},{"id":"V6qX.json","timestamp":1649553770666},{"id":"zs3P.json","timestamp":1649553792337},{"id":"PXP7.json","timestamp":1649553854557},{"id":"FSCQ.json","timestamp":1649553870623},{"id":"xb9Q.json","source":"undoRedo.source","timestamp":1649553934515},{"id":"ixU3.json","timestamp":1649993595326},{"id":"UORF.json","timestamp":1649993787471},{"id":"Ke7T.json","timestamp":1649993826478},{"id":"UyH4.json","timestamp":1649993851012},{"id":"VZgO.json","timestamp":1649993913278},{"id":"WE4D.json","timestamp":1649993942955},{"id":"SLfs.json","timestamp":1650049171371},{"id":"o8Ne.json","timestamp":1650151814639},{"id":"YIkk.json","source":"undoRedo.source","timestamp":1650152756712},{"id":"efYV.json","timestamp":1650152804951},{"id":"hAbk.json","timestamp":1650591373767},{"id":"TCSy.json","timestamp":1650591671907},{"id":"w99u.json","timestamp":1650591702744},{"id":"xAZu.json","timestamp":1650591737545},{"id":"n50X.json","timestamp":1650595800165},{"id":"7V7P.json","timestamp":1650595817915}]}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "^(\\w([-]\\w)?)+(?!spec)\\.(cjs|jsx?|tsx?)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"quokka.automaticRestart": true
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "^(\\w([-]\\w)?)+(?!spec)\\.(cjs|jsx?|tsx?)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"sonarlint.rules": {
"typescript:S1121": {
"level": "off"
}
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "^(\\w([-]\\w)?)+(?!spec)\\.(cjs|jsx?|tsx?)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": true,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"window.zoomLevel": 1,
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "((?!(spec))\\w+)\\.(cjs|js|jsx|ts|tsx)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "\\.(cjs|js|jsx|ts|tsx|!spec.ts)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "^(\\w([-]\\w)?)+(?!spec)\\.(cjs|jsx?|tsx?)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"workbench.editor.revealIfOpen": true
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bungcip.better-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"window.zoomLevel": 1
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"quokka.automaticRestart": true,
"quokka.compactMessageOutput": true
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "\\.(js|jsx|ts|tsx)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "^(\\w([-]\\w)?)+(?!spec)\\.(cjs|jsx?|tsx?)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "\\.(js|jsx|ts|tsx)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "^(\\w([-]\\w)?)+(?!spec)\\.(cjs|jsx?|tsx?)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"window.zoomLevel": 1
}
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.defaultFormatter": "bodil.prettier-toml"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "///",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#969896",
"italic": false,
"strikethrough": true,
"tag": "//!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"quokka.automaticRestart": true,
"quokka.automaticStartRegex": "^(\\w([-]\\w)?)+(?!spec)\\.(cjs|js|jsx|ts|tsx)$",
"quokka.colorizeOutput": true,
"quokka.colors": {
"covered": "#62b455",
"errorPath": "#ffa0a0",
"errorSource": "#fe536a",
"notCovered": "#cccccc",
"partiallyCovered": "#d2a032"
},
"quokka.compactMessageOutput": true,
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.scanImportedFiles": true,
"scss.scannerExclude": [
"**/.git",
"**/bower_components",
"**/build",
"**/dist",
"**/node_modules"
],
"scss.showErrors": true,
"scss.validate": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.language-server.runtime": "/usr/local/bin/node",
"sync.autoUpload": false,
"sync.gist": "efca446885452fbb7b9d345764dd4846",
"sync.quietSync": false,
"tailwindCSS.emmetCompletions": true,
"terminal.integrated.commandsToSkipShell": [
"psl.sendToHostTerminal",
"psl.stepIn",
"psl.stepOut",
"psl.stepOver"
],
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.defaultProfile.osx": "/bin/zsh (migrated)",
"terminal.integrated.profiles.osx": {
"/bin/zsh (migrated)": {
"args": ["-l"],
"path": "/bin/zsh"
}
},
"thunder-client.codeSnippetLanguage": "curl",
"todohighlight.defaultStyle": {
"backgroundColor": "whitesmoke",
"color": "white",
"cursor": "pointer"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"backgroundColor": "crimson",
"text": "FIXME"
},
{
"backgroundColor": "dodgerblue",
"color": "white",
"text": "TODO"
},
{
"color": "black",
"text": "NOTICE"
}
],
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.format.semicolons": "remove",
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": true,
"typescript.suggest.completeJSDocs": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.associations.fileDefault.file_light": {},
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.ts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".d.cts", ".d.mts"],
"format": "svg",
"icon": "typescriptdef"
},
{
"extensions": [
".eslintrc.a11y.cjs",
".eslintrc.a11y.js",
".eslintrc.base.cjs",
".eslintrc.base.js",
".eslintrc.react.cjs",
".eslintrc.react.js",
".eslintrc.test.cjs",
".eslintrc.test.js",
".eslintrc.web.cjs",
".eslintrc.web.js"
],
"format": "svg",
"icon": "eslint"
},
{
"extensions": [".gitconfig-bitbucket", ".gitconfig-github"],
"format": "svg",
"icon": "git"
},
{
"extensions": [".lintstagedrc.cjs"],
"format": "svg",
"icon": "lintstagedrc"
},
{
"extensions": [
".mocharc.base.cjs",
".mocharc.react.cjs",
".mocharc.web.cjs",
".mocharc.cjs"
],
"format": "svg",
"icon": "mocha"
},
{
"extensions": [".my.cnf", ".dbml"],
"format": "svg",
"icon": "db"
},
{
"extensions": [".nycrc.base", ".nycrc.react"],
"format": "svg",
"icon": "nyc"
},
{
"extensions": [".sassrc.js", ".sassrc.json"],
"format": "svg",
"icon": "sass"
},
{
"extensions": [
"build.json",
"ci.json",
"docgen.json",
"prod.cjs.json",
"prod.esm.json",
"prod.esm2015.json",
"prod.esm5.json",
"prod.spec.json",
"prod.types.json"
],
"format": "svg",
"icon": "tsconfig"
},
{
"extensions": ["config.browser.ts", "config.esm.ts"],
"format": "svg",
"icon": "webpack"
},
{
"extensions": ["p8"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["repository.ts"],
"format": "svg",
"icon": "nest_service_ts"
},
{
"extensions": ["rules.json"],
"format": "svg",
"icon": "firebase"
},
{
"extensions": ["stories.mdx"],
"format": "svg",
"icon": "storybook"
},
{
"extensions": ["vercel", "vercel.json", "vercelignore"],
"format": "svg",
"icon": "zeit"
},
{
"extensions": ["yarnrc.yml"],
"format": "svg",
"icon": "yarn"
}
],
"vsicons.associations.folders": [
{
"extensions": ["__doubles__"],
"format": "svg",
"icon": "mock"
},
{
"extensions": ["storybook"],
"format": "svg",
"icon": "story"
},
{
"extensions": ["__fixtures__", "dto", "dtos", "meta", "metadata"],
"format": "svg",
"icon": "db"
},
{
"extensions": ["apps"],
"format": "svg",
"icon": "app"
},
{
"extensions": ["atoms", "molecules", "organisms", "system", "templates"],
"format": "svg",
"icon": "component"
},
{
"extensions": ["block", "blocks"],
"format": "svg",
"icon": "bloc"
},
{
"extensions": ["core", "shared"],
"format": "svg",
"icon": "config"
},
{
"extensions": ["e2e", "functional", "integration"],
"format": "svg",
"icon": "test"
},
{
"extensions": ["schema"],
"format": "svg",
"icon": "model"
},
{
"extensions": ["serverless"],
"format": "svg",
"icon": "server"
},
{
"extensions": ["static"],
"format": "svg",
"icon": "asset"
},
{
"extensions": ["subdomains"],
"format": "svg",
"icon": "module"
},
{
"extensions": ["types"],
"format": "svg",
"icon": "typings"
},
{
"extensions": ["ui"],
"format": "svg",
"icon": "theme"
}
],
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editorAssociations": {
"*.dat": "default"
},
"workbench.iconTheme": "vscode-icons",
"workbench.panel.defaultLocation": "right",
"workbench.startupEditor": "welcomePage",
"yaml.schemas": {
"file:///Users/lex/.vscode-insiders/extensions/atlassian.atlascode-2.10.11/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
}
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

This file has been truncated, but you can view the full file.
{
"[css]": {
"editor.defaultFormatter": "jpoissonnier.vscode-styled-components"
},
"[Dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[ejs]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "mrmlnc.vscode-scss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "statiolake.vscode-rustfmt"
},
"[svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"atlascode.bitbucket.statusbar.enabled": false,
"atlascode.bitbucket.statusbar.showUser": false,
"atlascode.jira.jqlList": [
{
"enabled": true,
"id": "49f45037-7b86-4a8c-af2b-fcd5dd764456",
"monitor": true,
"name": "flexdevelopment",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "9d1dab67-41af-4063-b907-0039acdefe03"
},
{
"enabled": true,
"id": "ed2b68c9-d292-4e7d-81fc-64e1ab05e24e",
"monitor": true,
"name": "plainsight",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
}
],
"atlascode.jira.lastCreateSiteAndProject": {
"projectKey": "APP",
"siteId": "b182abac-264a-430f-8f87-cacc6c4e2c41"
},
"atlascode.jira.startWorkBranchTemplate.customPrefixes": [
"bugfix/",
"feat/",
"hotfix/",
"release/",
"support/"
],
"atlascode.jira.statusbar.showLogin": true,
"atlascode.jira.statusbar.showProduct": true,
"atlascode.jira.statusbar.showUser": false,
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"backgroundColor": "transparent",
"bold": false,
"color": "#3498DB",
"italic": false,
"strikethrough": false,
"tag": "?",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#474747",
"italic": false,
"strikethrough": true,
"tag": "//",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#98C379",
"italic": false,
"strikethrough": false,
"tag": "*",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF2D00",
"italic": false,
"strikethrough": false,
"tag": "!",
"underline": false
},
{
"backgroundColor": "transparent",
"bold": false,
"color": "#FF8C00",
"italic": false,
"strikethrough": false,
"tag": "todo",
"underline": false
}
],
"breadcrumbs.enabled": true,
"css.lint.duplicateProperties": "error",
"diffEditor.ignoreTrimWhitespace": false,
"editor.acceptSuggestionOnEnter": "smart",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.markdownlint": true,
"source.fixAll.sortJSON": false,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.fontFamily": "SF Display, Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.wordWrap": "wordWrapColumn",
"emmet.includeLanguages": {
"ejs": "html",
"javascript": "javascriptreact",
"postcss": "css"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.options": {
"extensions": [
".cjs",
".cts",
".js",
".json",
".jsx",
".md",
".mdx",
".mjs",
".mts",
".ts",
".tsx"
],
"overrideConfigFile": "./.eslintrc.js"
},
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": [
{
"pattern": "apps/*/"
},
{
"pattern": "packages/*/"
}
],
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.d.cts": "typescript",
"*.d.mts": "typescript",
"*.db": "jsonc",
"*.ejs": "ejs",
"*.jsdoc": "javascriptreact",
"*.md": "markdown",
"*.sass": "sass",
"*.svg": "xml",
".aliases": "shellscript",
".env*": "shellscript",
".firebaserc": "jsonc",
".gitconfig-bitbucket": "properties",
".gitconfig-github": "properties",
".huskyrc": "json",
".lintstagedrc": "json",
".markdownlintignore": "ignore",
".nowignore": "ignore",
".nycrc*": "jsonc",
".vercelignore": "ignore",
"commit-msg": "shellscript",
"config.vscode": "ssh_config",
"database.rules.json": "jsonc",
"pre-commit": "shellscript",
"pre-push": "shellscript"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": false,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/package-lock.json": true,
"**/yarn-lock.json": true
},
"git.autofetch": true,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitMissingWarning": true
},
"html.format.templating": true,
"intelephense.files.maxSize": 3000000,
"javascript.preferences.quoteStyle": "single",
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"latex-workshop.view.pdf.viewer": "tab",
"liveServer.settings.CustomBrowser": "firefox",
"markdownlint.ignore": "./.markdownlintignore",
"mdb.excludeFromPlaygroundsSearch": [
"**/.*",
"**/.yarn/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/esm/**",
"**/esm2015/**",
"**/esm5/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"npm-intellisense.scanDevDependencies": true,
"npm.packageManager": "yarn",
"php.executablePath": "",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.configPath": "./.prettierrc.js",
"prettier.documentSelectors": [],
"prettier.enable": true,
"prettier.enableDebugLogs": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": "./.prettierignore",
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": true,
"prettier.prettierPath": "./node_modules/prettier",
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": true,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useEditorConfig": false,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": true,
"prettier.withNodeModules": false,
"python.insidersChannel": "daily",
"redhat.telemetry.enabled": true,
"remote.SSH.configFile": "~/.ssh/config.vscode",
"remote.SSH.connectTimeout": 30,
"remote.SSH.remotePlatform": {
"stg.sneusers.app": "linux"
},
"remote.SSH.showLoginTerminal": true,
"remote.SSH.useLocalServer": false,
"rewrap.autoWrap.enabled": true,
"rewrap.doubleSentenceSpacing": true,
"rewrap.reformat": true,
"rewrap.wrappingColumn": 80,
"rust-client.engine": "rls",
"scss.lint.compatibleVendorPrefixes": "error",
"scss.lint.duplicateProperties": "warning",
"scss.lint.float": "error",
"scss.lint.fontFaceProperties": "error",
"scss.lint.idSelector": "warning",
"scss.lint.ieHack": "warning",
"scss.lint.important": "warning",
"scss.lint.propertyIgnoredDueToDisplay": "error",
"scss.lint.universalSelector": "warning",
"scss.lint.unknownProperties": "error",
"scss.sc
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment