Socket
Socket
Sign inDemoInstall

dev-configs

Package Overview
Dependencies
224
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dev-configs

Dev configs for Dock and related projects.


Version published
Weekly downloads
5
decreased by-28.57%
Maintainers
1
Install size
3.55 kB
Created
Weekly downloads
 

Readme

Source

dev-configs

Dev configs for Dock and related projects.

Installing

yarn add -D dev-configs

Setting up

EditorConfig

ln -s node_modules/dev-configs/.editorconfig .editorconfig

ESLint

ESLint config can be symlinked as well, but more preferable way is to use config extension:

// local .eslintrc.js
module.exports = {
  extends: './node_modules/dev-configs/.eslintrc.js',
  ...
}

Prettier

Prettier config can be symlinked or imported as a node module:

// local prettier.config.js
module.exports = require('dev-configs/prettier.config');

Cucumber

Same here, can be symlinked, or imported as a node module:

// local cucumber.js
module.exports = require('dev-configs/cucumber');

Git attributes

ln -s node_modules/dev-configs/.gitattributes .gitattributes

FAQs

Last updated on 17 Jan 2019

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