7.0.0 • Published 6 years ago

@dmail/shared-config v7.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

shared-config

Share configuration of eslint, babel, prettier and vscode config amongst projects

Usage

Add this in your package.json

{
  "devDependencies": {
    "@dmail/shared-config": "6.0.0"
  }
}

Eslint config sharing

Create eslintrc.js at the root of your project

module.exports = require("@dmail/shared-config/dist/eslint.js").config

Prettier config sharing

Create prettier.config.js at the root of your project

module.exports = require("@dmail/shared-config/dist/prettier.js").config

Babel config sharing

Create .babelrc at the root of your project

{
	"presets": ["@dmail/shared-config/dist/babel-preset.js"]
}

Note: I plan to use babel.config.js, this is tracked in https://github.com/dmail/shared-config/issues/10

7.0.0

6 years ago

6.0.0

6 years ago

5.1.0

6 years ago

5.0.0

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.3.1

6 years ago

1.2.1

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago