Socket
Socket
Sign inDemoInstall

ecc-dotfiles

Package Overview
Dependencies
4
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
18
increased by157.14%
Maintainers
3
Install size
202 kB
Created
Weekly downloads
 

Changelog

Source

[2.1.0] 2017-08-04

Added

  • added no-warning-comments to eslint rules

Readme

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

Last updated on 04 Aug 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc