Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ecc-dotfiles

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecc-dotfiles

This project contains common dotfiles for ui projects, e.g. for babel and eslint.

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

dotfiles

This repository provides common files for elds-ui javascript repositories:

  • .babelrc configuration
  • .eslintrc configuration
  • .editorconfig configuration
  • Several files are added to .npmignore and .gitignore files between a #START and an #END tag.
  • .gitlab configuration folder is copied to the current project

To use this package simply install it as a dev dependency and run it afterwards:

npm install --save-dev ecc-dotfiles
node_modules/.bin/ecc-link-dotfiles

or add it as an init script to the package.json to run it after each npm install

{
  "name": "example",
  "version": "6.2.0",
  "scripts": {
    "init": "ecc-link-dotfiles",
    "prepublish": "npm run init && npm run build"
  },
  "devDependencies": {
    "ecc-dotfiles": "^1.6.0"
  }
}

FAQs

Package last updated on 04 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc