1.1.0 • Published 5 years ago

dev-configs v1.1.0

Weekly downloads
9
License
ISC
Repository
github
Last release
5 years ago

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
1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago