0.1.4 • Published 5 years ago

@vbelolapotkov/js-config v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@vbelolapotkov/js-config

Shareable set of configs for JavaScript tools.

Installation

npm i -D @vbelolapotkov/js-config

Usage

Feel free to use all or only required configs.

ESLint

Create .eslintrc.js in your project root:

module.exports = {
  extends: "@vbelolapotkov/eslint-config"
};

Prettier

Create prettier.config.js in your project root:

module.exports = require("@vbelolapotkov/js-config/prettier");
0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago