@cd-pkg/babel
Advanced tools
| { | ||
| // Place your settings in this file to overwrite the default settings | ||
| "editor.defaultFormatter": "esbenp.prettier-vscode", | ||
| "editor.formatOnSave": true, | ||
| "editor.detectIndentation": true, | ||
| "editor.lightbulb.enabled": false, | ||
| "editor.fontLigatures": false, | ||
| "editor.rulers": [80], | ||
| "editor.snippetSuggestions": "top", | ||
| "editor.wordBasedSuggestions": "off", | ||
| "editor.suggest.localityBonus": true, | ||
| "editor.acceptSuggestionOnCommitCharacter": false, | ||
| "[javascript]": { | ||
| "editor.defaultFormatter": "esbenp.prettier-vscode", | ||
| "editor.suggestSelection": "recentlyUsed", | ||
| "editor.suggest.showKeywords": false | ||
| }, | ||
| "[typescript]": { | ||
| "editor.defaultFormatter": "esbenp.prettier-vscode", | ||
| "editor.suggestSelection": "recentlyUsed", | ||
| "editor.suggest.showKeywords": false | ||
| }, | ||
| "editor.fontSize": 16, | ||
| "editor.tabSize": 2, | ||
| "editor.hover.enabled": true, | ||
| "editor.renderWhitespace": "boundary", | ||
| "editor.glyphMargin": true, | ||
| "editor.folding": true, | ||
| "css.lint.unknownAtRules": "ignore", | ||
| "prettier.bracketSpacing": false, | ||
| "prettier.proseWrap": "always", | ||
| "prettier.semi": false, | ||
| "prettier.singleQuote": false, | ||
| "prettier.trailingComma": "all", | ||
| "prettier.arrowParens": "avoid", | ||
| "prettier.useEditorConfig": false, | ||
| "files.exclude": { | ||
| "USE_GITIGNORE": true | ||
| }, | ||
| "files.associations": { | ||
| "*.md": "mdx" | ||
| }, | ||
| "files.defaultLanguage": "{activeEditorLanguage}", | ||
| "javascript.suggest.autoImports": false, | ||
| "javascript.validate.enable": false, | ||
| "search.exclude": { | ||
| "**/node_modules": true, | ||
| "**/bower_components": true, | ||
| "**/coverage": true, | ||
| "**/dist": true, | ||
| "**/build": true, | ||
| "**/.build": true, | ||
| "**/.gh-pages": true, | ||
| "**/.next": true | ||
| }, | ||
| "editor.codeActionsOnSave": { | ||
| "source.fixAll.eslint": "explicit", | ||
| "source.fixAll.tslint": "explicit", | ||
| "source.fixAll.stylelint": "explicit" | ||
| }, | ||
| "eslint.alwaysShowStatus": true, | ||
| "eslint.validate": [ | ||
| "javascript", | ||
| "javascriptreact", | ||
| "typescript", | ||
| "typescriptreact" | ||
| ], | ||
| "terminal.integrated.profiles.osx": {}, | ||
| "terminal.integrated.scrollback": 10000, | ||
| "explorer.openEditors.visible": 0, | ||
| "editor.lineNumbers": "on", | ||
| "workbench.colorTheme": "Default Dark+", | ||
| "workbench.sideBar.location": "left", | ||
| "workbench.startupEditor": "none", | ||
| "workbench.panel.defaultLocation": "bottom", | ||
| "workbench.editor.limit.enabled": true, | ||
| "workbench.editor.limit.perEditorGroup": false, | ||
| "workbench.editor.limit.value": 18, | ||
| "debug.javascript.codelens.npmScripts": "never", | ||
| "breadcrumbs.enabled": true, | ||
| "npm.runSilent": true, | ||
| "explorer.confirmDragAndDrop": false, | ||
| "editor.multiCursorModifier": "alt", | ||
| "editor.formatOnPaste": false, | ||
| "window.zoomLevel": 0, | ||
| "editor.minimap.enabled": false, | ||
| "spellright.language": ["en"], | ||
| "spellright.documentTypes": ["markdown", "plaintext", "mdx"], | ||
| "spellright.parserByClass": { | ||
| "mdx": { | ||
| "parser": "markdown" | ||
| } | ||
| }, | ||
| "editor.cursorSmoothCaretAnimation": "on", | ||
| "editor.smoothScrolling": true, | ||
| "php.suggest.basic": false, | ||
| "typescript.suggest.autoImports": false, | ||
| "editor.suggestSelection": "first", | ||
| "[jsonc]": { | ||
| "editor.defaultFormatter": "esbenp.prettier-vscode" | ||
| }, | ||
| "npm.packageManager": "npm", | ||
| "editor.acceptSuggestionOnEnter": "on", | ||
| "editor.tokenColorCustomizations": { | ||
| "textMateRules": [] | ||
| }, | ||
| "emmet.triggerExpansionOnTab": true, | ||
| "svg.preview.background": "editor", | ||
| "material-icon-theme.folders.associations": { | ||
| "api-fragments": "api", | ||
| "api-queries": "api", | ||
| "atoms": "components", | ||
| "molecules": "components", | ||
| "organisms": "components", | ||
| "props": "interface", | ||
| } | ||
| } |
+2
-2
| { | ||
| "name": "@cd-pkg/babel", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Babel Configuration For Styled components NextJS project", | ||
@@ -27,5 +27,5 @@ "main": ".babelrc.json", | ||
| "dependencies": { | ||
| "@babel/plugin-proposal-do-expressions": "^7.23.3", | ||
| "@babel/plugin-proposal-do-expressions": "^7.25.9", | ||
| "babel-plugin-styled-components": "^2.1.4" | ||
| } | ||
| } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4910
323.64%3
50%134
688.24%1
Infinity%